Skip to content

Commit

Permalink
Merge pull request #18 from arjunsuresh/mlperf-inference
Browse files Browse the repository at this point in the history
Fixes for mlperf-inference-nvidia-4.0
  • Loading branch information
arjunsuresh authored May 20, 2024
2 parents e412b59 + 7001167 commit 0a6fa81
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,10 @@ deps:
CM_MLPERF_NVIDIA_HARNESS_RUN_MODE:
- run_harness

- tags: get,generic-python-lib,_package.nvmitten,_path./opt/nvmitten-0.1.3-cp38-cp38-linux_x86_64.whl
- tags: get,generic-python-lib,_package.nvmitten
update_tags_from_env_with_prefix:
_path.:
- CM_ENV_NVMITTEN_DOCKER_WHEEL_PATH
enable_if_env:
CM_RUN_STATE_DOCKER:
- 'yes'
Expand Down
4 changes: 4 additions & 0 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ variations:
default_env:
CM_SKIP_SYS_UTILS: 'yes'
CM_REGENERATE_MEASURE_FILES: 'yes'
env:
CM_ENV_NVMITTEN_DOCKER_WHEEL_PATH: '/opt/nvmitten-0.1.3-cp38-cp38-linux_x86_64.whl'

r4.1_default:
group:
Expand All @@ -1163,6 +1165,8 @@ variations:
default_env:
CM_SKIP_SYS_UTILS: 'yes'
CM_REGENERATE_MEASURE_FILES: 'yes'
env:
CM_ENV_NVMITTEN_DOCKER_WHEEL_PATH: '/opt/nvmitten-0.1.3b0-cp38-cp38-linux_x86_64.whl'


invalid_variation_combinations:
Expand Down
22 changes: 22 additions & 0 deletions script/build-mlperf-inference-server-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ variations:
add_deps_recursive:
nvidia-inference-common-code:
tags: _ctuning
go:
group: code
add_deps_recursive:
nvidia-inference-common-code:
tags: _go
nvidia-only:
group: code
add_deps_recursive:
Expand All @@ -180,6 +185,23 @@ variations:
nvidia-inference-common-code:
tags: _mlcommons

r4.0:
group: version
add_deps_recursive:
nvidia-inference-common-code:
version: r4.0
nvidia-scratch-space:
tags: _version.4_1
deps:
- tags: install,pytorch,from.src,_for-nvidia-mlperf-inference-v4.0
names:
- pytorch
- torch
- tags: install,torchvision,from.src,_for-nvidia-mlperf-inference-v4.0
names:
- pytorchvision
- torchvision
- tags: install,nccl,libs,_cuda

versions:
r2.1:
Expand Down

0 comments on commit 0a6fa81

Please sign in to comment.