Spaces:
Runtime error
Runtime error
Faisal commited on
Commit Β·
a09b0b8
1
Parent(s): d100f29
Fix accelerate version compatibility with PyTorch 2.1.0+cpu
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
gradio==5.42.0
|
| 2 |
-
transformers
|
| 3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
torch==2.1.0+cpu
|
| 5 |
torchvision==0.16.0+cpu
|
| 6 |
torchaudio==2.1.0+cpu
|
| 7 |
requests>=2.31.0
|
| 8 |
Pillow>=10.0.0
|
| 9 |
-
accelerate
|
| 10 |
safetensors>=0.3.0
|
| 11 |
tokenizers>=0.15.0
|
| 12 |
numpy<2.0.0
|
|
|
|
| 1 |
gradio==5.42.0
|
| 2 |
+
transformers==4.40.0
|
| 3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
torch==2.1.0+cpu
|
| 5 |
torchvision==0.16.0+cpu
|
| 6 |
torchaudio==2.1.0+cpu
|
| 7 |
requests>=2.31.0
|
| 8 |
Pillow>=10.0.0
|
| 9 |
+
accelerate==0.25.0
|
| 10 |
safetensors>=0.3.0
|
| 11 |
tokenizers>=0.15.0
|
| 12 |
numpy<2.0.0
|