Skip to content

Commit

Permalink
Fix bug in get-mlperf-inference-loadgen
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 1, 2024
1 parent ce56f82 commit 8371f0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions script/app-mlperf-inference-mlcommons-python/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,11 +702,6 @@ variations:
torchvision:
tags: _rocm

rocm,sdxl:
add_deps:
mlperf-implementation:
tags: _repo.https://github.com/gateoverflow/inference

ray:
group: framework
add_deps_recursive:
Expand Down
1 change: 1 addition & 0 deletions script/get-mlperf-inference-loadgen/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def preprocess(i):

os_info = i['os_info']
env = i['env']

if env.get('CM_MLPERF_INFERENCE_LOADGEN_INSTALL_FROM_PIP', '') == 'yes':
i['run_script_input']['script_name'] = "donotrun"
Expand Down

0 comments on commit 8371f0b

Please sign in to comment.