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