Spaces:
Running
on
Zero
Running
on
Zero
Try to unpress pytorch version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -73,7 +73,7 @@ starlette==0.50.0
|
|
| 73 |
sympy==1.14.0
|
| 74 |
tokenizers==0.22.1
|
| 75 |
tomlkit==0.13.3
|
| 76 |
-
torch
|
| 77 |
tqdm==4.67.1
|
| 78 |
transformers==4.57.3
|
| 79 |
triton==3.5.1; platform_system == "Linux" and platform_machine == "x86_64"
|
|
|
|
| 73 |
sympy==1.14.0
|
| 74 |
tokenizers==0.22.1
|
| 75 |
tomlkit==0.13.3
|
| 76 |
+
torch>=2.4.0
|
| 77 |
tqdm==4.67.1
|
| 78 |
transformers==4.57.3
|
| 79 |
triton==3.5.1; platform_system == "Linux" and platform_machine == "x86_64"
|