Skip to content

Deprecated version in app-mlperf-inference-nvidia-scripts #421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions script/app-mlperf-inference-nvidia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ variations:
version_min: "2024.1"
version: ""
nvidia-inference-server:
version: r5.0
tags: _mlcommons
tags: _mlcommons,_r5.0
v4.1:
group: version
env:
Expand Down
3 changes: 1 addition & 2 deletions script/app-mlperf-inference/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,7 @@ variations:
reproducibility
add_deps_recursive:
nvidia-inference-common-code:
version: r5.0
tags: _mlcommons
tags: _mlcommons,_r5.0
nvidia-inference-server:
version: r5.0
tags: _mlcommons
Expand Down
22 changes: 6 additions & 16 deletions script/build-mlperf-inference-server-nvidia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ deps:
- tags: get,generic-python-lib,_pycuda
names:
- pycuda
version: "2022.2.2"
skip_if_env:
MLC_RUN_STATE_DOCKER:
- 'yes'
Expand Down Expand Up @@ -225,14 +226,16 @@ variations:
- x86_64
MLC_PYTHON_MINOR_VERSION:
- 8

r5.0:
add_deps_recursive:
pycuda:
version: "2024.1"

versions:
r2.1: {}
r3.0: {}
r3.1:
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: install,pytorch,from.src,_for-nvidia-mlperf-inference-v3.1
names:
Expand All @@ -247,9 +250,6 @@ versions:
r4.0:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: get,generic,sys-util,_nlohmann-json3-dev
- tags: get,generic,sys-util,_git-lfs
Expand Down Expand Up @@ -295,9 +295,6 @@ versions:
r4.1-dev:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: get,generic,sys-util,_nlohmann-json3-dev
- tags: get,generic,sys-util,_git-lfs
Expand Down Expand Up @@ -343,14 +340,7 @@ versions:
r4.1:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"

r5.0:
add_deps_recursive:
pycuda:
version: "2024.1"
docker:
skip_run_cmd: 'no'
all_gpus: 'yes'
Expand Down
9 changes: 4 additions & 5 deletions script/get-mlperf-inference-nvidia-common-code/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ variations:
group: repo-owner
nvidia-only:
group: repo-owner
r5.0:
add_deps_recursive:
mlperf-inference-results:
tags: _code-only,_v5.0
versions:
r2.1:
add_deps_recursive:
Expand Down Expand Up @@ -63,8 +67,3 @@ versions:
mlperf-inference-results:
version: v4.0
tags: _code-only-for-v5.0
r5.0:
add_deps_recursive:
mlperf-inference-results:
version: v5.0
tags: _code-only
9 changes: 5 additions & 4 deletions script/get-mlperf-inference-results/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ variations:
GITHUB_REPO_OWNER: GATEOverflow
NVIDIA_ONLY: 'yes'
group: source-repo
v5.0:
env:
MLC_GIT_URL: https://github.com/<<<GITHUB_REPO_OWNER>>>/inference_results_v5.0.git
MLC_MLPERF_INFERENCE_RESULTS_VERSION_NAME: v5.0
versions:
v2.1:
env:
Expand All @@ -86,7 +90,4 @@ versions:
env:
MLC_GIT_URL: https://github.com/<<<GITHUB_REPO_OWNER>>>/inference_results_v4.1.git
MLC_MLPERF_INFERENCE_RESULTS_VERSION_NAME: v4.1
v5.0:
env:
MLC_GIT_URL: https://github.com/<<<GITHUB_REPO_OWNER>>>/inference_results_v5.0.git
MLC_MLPERF_INFERENCE_RESULTS_VERSION_NAME: v5.0

Loading