Skip to content

Commit

Permalink
Merge pull request #38 from arjunsuresh/mlperf-inference
Browse files Browse the repository at this point in the history
Support cuda in docker container for reference implementations
  • Loading branch information
arjunsuresh authored May 31, 2024
2 parents a341ccc + b285782 commit c48f383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,10 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _cpu

cuda,reference:
docker:
base_image: nvcr.io/nvidia/pytorch:24.03-py3
cuda:
docker:
all_gpus: 'yes'
Expand Down

0 comments on commit c48f383

Please sign in to comment.