Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ streamlit
|
|
3 |
huggingface_hub
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
git+https://github.com/huggingface/peft.git
|
6 |
-
|
7 |
datasets
|
8 |
bitsandbytes>=0.40.2
|
9 |
scipy
|
|
|
3 |
huggingface_hub
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
git+https://github.com/huggingface/peft.git
|
6 |
+
accelerate[torch]
|
7 |
datasets
|
8 |
bitsandbytes>=0.40.2
|
9 |
scipy
|