Skip to content

Commit

Permalink
Update amd_requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <[email protected]>
  • Loading branch information
KernFerm authored Oct 2, 2024
1 parent 66d4624 commit fb57aec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions amd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# For AMD GPUs with DirectML (Windows)
torch==2.4.1; platform_system == "Windows" and platform_machine == "AMD64" and extra == "dml"
torchvision==0.19.1; platform_system == "Windows" and platform_machine == "AMD64" and extra == "dml"
torchaudio==2.4.1; platform_system == "Windows" and platform_machine == "AMD64" and extra == "dml"
onnx==1.17.0; platform_system == "Windows" and platform_machine == "AMD64"
onnxruntime-directml==1.19.2; platform_system == "Windows" and platform_machine == "AMD64"
torch==2.4.1
torchvision==0.19.1
torchaudio==2.4.1
onnx==1.17.0
onnxruntime-directml==1.19.2
numpy

0 comments on commit fb57aec

Please sign in to comment.