Spaces:
Running
on
T4
Running
on
T4
fix torch version to avoid safe_load error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ git+https://github.com/openai/CLIP.git
|
|
8 |
# PyYAML>=5.3.1
|
9 |
# requests>=2.23.0
|
10 |
# scipy>=1.4.1
|
11 |
-
|
12 |
# torchvision
|
13 |
# tqdm>=4.64.0
|
14 |
|
|
|
8 |
# PyYAML>=5.3.1
|
9 |
# requests>=2.23.0
|
10 |
# scipy>=1.4.1
|
11 |
+
torch==2.5.1
|
12 |
# torchvision
|
13 |
# tqdm>=4.64.0
|
14 |
|