update requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
peft==0.3.0
|
2 |
torch==2.0.1
|
3 |
-
transformers
|
4 |
-
gradio
|
|
|
|
|
|
1 |
peft==0.3.0
|
2 |
torch==2.0.1
|
3 |
+
git+https://github.com/huggingface/transformers.git
|
4 |
+
gradio
|
5 |
+
datasets
|
6 |
+
bitsandbytes
|