Skip to content

Commit

Permalink
improving docker support for generic loadgen python app (CUDA)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 15, 2024
1 parent bd2b553 commit 749b28d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cm-mlops/script/app-loadgen-generic-python/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ variations:
cuda:
docker:
all_gpus: 'yes'
base_image: nvcr.io/nvidia/pytorch:24.03-py3
group:
device
env:
Expand Down Expand Up @@ -300,11 +301,13 @@ docker:
skip_run_cmd: 'no'
input_paths:
- modelpath
- modelsamplepath
- env.CM_ML_MODEL_FILE_WITH_PATH
- env.CM_ML_MODEL_CODE_WITH_PATH
- output_dir
skip_input_for_fake_run:
- modelpath
- modelsamplepath
- env.CM_ML_MODEL_FILE_WITH_PATH
- env.CM_ML_MODEL_CODE_WITH_PATH
- output_dir
Expand All @@ -315,3 +318,5 @@ docker:
- interop
- execmode
- samples
- modelcfg.num_classes
- modelcfg.config

0 comments on commit 749b28d

Please sign in to comment.