Skip to content

Commit

Permalink
Update nvidia_requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Oct 2, 2024
1 parent fb57aec commit 5300e86
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions nvidia_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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"
torch==2.4.1+cu118
torchvision==0.19.1+cu118
torchaudio==2.4.1+cu118
onnx==1.17.0
onnxruntime-gpu==1.19.2
numpy # Required for PyTorch and ONNX operations
scipy # Optional, useful for scientific computing if needed

0 comments on commit 5300e86

Please sign in to comment.