Spaces:
Running on Zero
Running on Zero
Commit ·
b01840e
1
Parent(s): 771a0ea
Fix (#28)
Browse files- Pin torch==2.8.0 (953374fef97ce52b80c042e68821d41b02ff8180)
Co-authored-by: hysts <hysts@users.noreply.huggingface.co>
- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -27,9 +27,8 @@ tqdm
|
|
| 27 |
textstat
|
| 28 |
huggingface_hub
|
| 29 |
spaces
|
| 30 |
-
torch==2.
|
| 31 |
-
torchaudio==2.
|
| 32 |
-
torchcodec==0.9.1
|
| 33 |
|
| 34 |
WeTextProcessing; platform_machine != "Darwin"
|
| 35 |
wetext; platform_system == "Darwin"
|
|
|
|
| 27 |
textstat
|
| 28 |
huggingface_hub
|
| 29 |
spaces
|
| 30 |
+
torch==2.8.0
|
| 31 |
+
torchaudio==2.8.0
|
|
|
|
| 32 |
|
| 33 |
WeTextProcessing; platform_machine != "Darwin"
|
| 34 |
wetext; platform_system == "Darwin"
|