fix: pytorch requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/cpu
|
2 |
-
|
3 |
streamlit~=1.37.0
|
4 |
huggingface-hub~=0.24.5
|
5 |
-
torch==2.4.0
|
6 |
-
torchvision==0.19.0
|
7 |
-
torchaudio==2.4.0
|
|
|
|
|
|
|
1 |
streamlit~=1.37.0
|
2 |
huggingface-hub~=0.24.5
|
3 |
+
torch==2.4.0
|
4 |
+
torchvision==0.19.0
|
5 |
+
torchaudio==2.4.0
|