Skip to content

Commit

Permalink
Merge branch 'master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Nov 14, 2024
2 parents 0523a55 + bee3809 commit 22b9151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- master
- docs
- patch-4

jobs:

Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ def mlperf_inference_implementation_readme(
content += f"{cur_space3}####### Setup a virtual environment for Python\n"
content += get_venv_command(spaces + 16)
content += f"{cur_space3}####### Performance Estimation for Offline Scenario\n"

content += common_info

content += common_info

Expand Down Expand Up @@ -486,8 +488,6 @@ def get_venv_command(spaces):
{pre_space}export CM_SCRIPT_EXTRA_CMD=\"--adr.python.name=mlperf\"
{pre_space}```\n"""

# contains run command information which is common to both docker and
# native runs
def get_common_info(spaces, implementation):
info = ""
pre_space = ""
Expand Down

0 comments on commit 22b9151

Please sign in to comment.