Skip to content

Commit 789c50b

Browse files
authored
Update requirements.txt
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent ce54f57 commit 789c50b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ customtkinter==5.2.2
99
pywin32==310
1010

1111
# ⚙️ PyTorch + DirectML (AMD) + NVIDIA
12-
torch==2.7.0+cu118 # Nvidia
13-
torchvision==0.22.0+cu118 # Nvidia
14-
torchaudio==2.7.0+cu118 # Nvidia
15-
torch==2.7.0 # AMD
16-
torchvision==0.22.0 # AMD
17-
torchaudio==2.7.0 # AMD
12+
torch==2.7.1+cu118 # Nvidia
13+
torchvision==0.22.1+cu118 # Nvidia
14+
torchaudio==2.7.1+cu118 # Nvidia
15+
torch==2.7.1 # AMD
16+
torchvision==0.22.1 # AMD
17+
torchaudio==2.7.1 # AMD
1818
torch-directml==0.2.5.dev240914 # AMD
1919

2020
# 🧠 ONNX Support (NVIDIA/AMD/CPU)

0 commit comments

Comments
 (0)