Spaces:
Runtime error
Runtime error
harishnair04
commited on
Commit
•
349753a
1
Parent(s):
84737e7
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
gradio
|
3 |
-
transformers
|
4 |
torch
|
5 |
gguf>=0.10.0
|
6 |
sentencepiece
|
7 |
numpy==1.21.0
|
8 |
bitsandbytes
|
9 |
-
accelerate>=0.26.0
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
gradio
|
3 |
+
transformers>=4.45.1
|
4 |
torch
|
5 |
gguf>=0.10.0
|
6 |
sentencepiece
|
7 |
numpy==1.21.0
|
8 |
bitsandbytes
|
9 |
+
accelerate>=0.26.0
|
10 |
+
https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl
|