Skip to content

Commit

Permalink
Merge pull request #40 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
Fix nvidia mlperf inference deps
  • Loading branch information
arjunsuresh authored May 3, 2024
2 parents 53e8587 + 95eb29f commit d5d184b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/build-mlperf-inference-server-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deps:

# Detect CMake
- tags: get,cmake
version_min: "3.25"
version: "3.25.1"

# Detect Google Logger
- tags: get,generic,sys-util,_glog-dev
Expand Down Expand Up @@ -203,7 +203,6 @@ versions:
nvidia-scratch-space:
tags: _version.4_0
deps:
- tags: install,nccl,libs,_cuda
- tags: install,pytorch,from.src,_for-nvidia-mlperf-inference-v3.1
names:
- pytorch
Expand All @@ -212,6 +211,7 @@ versions:
names:
- pytorchvision
- torchvision
- tags: install,nccl,libs,_cuda

docker:
skip_run_cmd: 'no'
Expand Down

0 comments on commit d5d184b

Please sign in to comment.