Spaces:
Sleeping
Sleeping
Gon04
commited on
Commit
·
636b003
1
Parent(s):
1377e3a
modify torch version to cpu
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -116,9 +116,9 @@ threadpoolctl==3.5.0
|
|
116 |
tiktoken==0.8.0
|
117 |
tokenizers==0.20.3
|
118 |
toml==0.10.2
|
119 |
-
torch==2.5.0
|
120 |
-
torchaudio==2.5.0
|
121 |
-
torchvision==0.20.0
|
122 |
tornado==6.4.1
|
123 |
tqdm==4.67.0
|
124 |
transformers==4.46.3
|
|
|
116 |
tiktoken==0.8.0
|
117 |
tokenizers==0.20.3
|
118 |
toml==0.10.2
|
119 |
+
torch==2.5.0
|
120 |
+
torchaudio==2.5.0
|
121 |
+
torchvision==0.20.0
|
122 |
tornado==6.4.1
|
123 |
tqdm==4.67.0
|
124 |
transformers==4.46.3
|