Skip to content

Commit

Permalink
Fix tag for pytorch install
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed May 3, 2024
1 parent 0cb8341 commit 094973f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/build-mlperf-inference-server-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ docker:
shm_size: '32gb'
extra_run_args: ' --runtime=nvidia --ulimit memlock=-1 --cap-add SYS_ADMIN --cap-add SYS_TIME --security-opt apparmor=unconfined --security-opt seccomp=unconfined'
docker_os: ubuntu
cm_repo_flags: ' --branch=mlperf-inference'
cm_repo_flags1: ' --branch=mlperf-inference'
docker_real_run: False
interactive: True
docker_os_version: '20.04'
Expand Down
2 changes: 1 addition & 1 deletion script/install-pytorch-from-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
],
"ad": {
"pytorch-src-repo": {
"tags": "_recurse-submodules,_full-history"
"tags": "_full-history"
}
}
},
Expand Down

0 comments on commit 094973f

Please sign in to comment.