Skip to content

Commit

Permalink
fixes for docker_it
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 21, 2024
1 parent aa15c9b commit d1efc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mlperf-inference-gptj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }}
- name: Test MLPerf Inference GPTJ
run: |
cm run script --tags=run-mlperf,inference,_submission,_short --submitter="MLCommons" --docker --model=gptj-99 --backend=${{ matrix.backend }} --device=cuda --scenario=Offline --test_query_count=1 --precision=${{ matrix.precision }} --target_qps=1 --quiet
cm run script --tags=run-mlperf,inference,_submission,_short --submitter="MLCommons" --docker --model=gptj-99 --backend=${{ matrix.backend }} --device=cuda --scenario=Offline --test_query_count=1 --precision=${{ matrix.precision }} --target_qps=1 --quiet --docker_it=no
2 changes: 1 addition & 1 deletion script/run-docker-container/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def preprocess(i):

interactive = env.get('CM_DOCKER_INTERACTIVE_MODE','')

if interactive:
if str(interactive).lower() in ['yes', 'true', '1' ]:
env['CM_DOCKER_DETACHED_MODE']='no'

if 'CM_DOCKER_RUN_SCRIPT_TAGS' not in env:
Expand Down

0 comments on commit d1efc0e

Please sign in to comment.