Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ transformers==4.36.2
|
|
2 |
torch==2.0.1
|
3 |
accelerate==0.27.2
|
4 |
gradio>=4.19.2
|
5 |
-
bitsandbytes
|
6 |
huggingface-hub==0.20.3
|
7 |
numpy==1.24.3
|
8 |
scipy==1.11.4
|
@@ -18,4 +18,5 @@ yt-dlp
|
|
18 |
sentencepiece
|
19 |
ffmpeg-python
|
20 |
accelerate
|
21 |
-
spaces
|
|
|
|
2 |
torch==2.0.1
|
3 |
accelerate==0.27.2
|
4 |
gradio>=4.19.2
|
5 |
+
bitsandbytes>=0.41.1
|
6 |
huggingface-hub==0.20.3
|
7 |
numpy==1.24.3
|
8 |
scipy==1.11.4
|
|
|
18 |
sentencepiece
|
19 |
ffmpeg-python
|
20 |
accelerate
|
21 |
+
spaces
|
22 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|