Spaces:
Running
on
Zero
Running
on
Zero
2025-07-31 19:12 π
Browse filesChanged torch ver to 2.7.0 to avoid
pip install error
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,6 +7,6 @@ peft==0.7.0
|
|
7 |
Pillow==11.3.0
|
8 |
spaces==0.39.0
|
9 |
timm==1.0.19
|
10 |
-
torch==2.7.
|
11 |
torchvision==0.22.0
|
12 |
tqdm==4.67.1
|
|
|
7 |
Pillow==11.3.0
|
8 |
spaces==0.39.0
|
9 |
timm==1.0.19
|
10 |
+
torch==2.7.0
|
11 |
torchvision==0.22.0
|
12 |
tqdm==4.67.1
|