Skip to content

Commit

Permalink
Create 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 688abb9 commit 9d1539e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions amd_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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"

0 comments on commit 9d1539e

Please sign in to comment.