File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ CU_VERSION = cu124
3
+
4
+ requirements :
5
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$(CU_VERSION )
6
+ pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ setuptools==75.8.0
21
21
six == 1.17.0
22
22
sympy == 1.13.1
23
23
threadpoolctl == 3.5.0
24
- torch == 2.6.0 #+cu124
25
- torchaudio == 2.6.0 #+cu124
26
- torchvision == 0.21.0 #+cu124
24
+ torch == 2.6.0 #+cu124 If you want to install the cuda version see Makefile
25
+ torchaudio == 2.6.0 #+cu124 If you want to install the cuda version see Makefile
26
+ torchvision == 0.21.0 #+cu124 If you want to install the cuda version see Makefile
27
27
tqdm == 4.67.1
28
28
typing_extensions == 4.12.2
29
29
tzdata == 2025.1
You can’t perform that action at this time.
0 commit comments