Skip to content

Commit

Permalink
Update and rename requirements.txt to nvidia_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 7bce947 commit 688abb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
6 changes: 6 additions & 0 deletions nvidia_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For NVIDIA GPUs with CUDA support (Windows)
torch==2.4.1+cu118; platform_system == "Windows" and platform_machine == "AMD64"
torchvision==0.19.1+cu118; platform_system == "Windows" and platform_machine == "AMD64"
torchaudio==2.4.1+cu118; platform_system == "Windows" and platform_machine == "AMD64"
onnx==1.17.0; platform_system == "Windows" and platform_machine == "AMD64"
onnxruntime-gpu==1.19.2; platform_system == "Windows" and platform_machine == "AMD64"
13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

0 comments on commit 688abb9

Please sign in to comment.