Skip to content

Commit

Permalink
updations for amd - docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Oct 21, 2024
1 parent 148650d commit 7eee072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ def mlperf_inference_implementation_readme(spaces, model, implementation, *, imp
frameworks = [ "TensorRT" ]

elif implementation == "amd":
devices = [ "ROCm" ]
devices = [ "cuda" ]
frameworks = [ "pytorch" ]
execution_envs.remove("Docker")

elif implementation == "neuralmagic":
devices = [ "CUDA" ]
Expand Down

0 comments on commit 7eee072

Please sign in to comment.