update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
gradio
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/peft.git
|
2 |
gradio
|
3 |
+
transformers==4.30.2
|
4 |
+
torch==2.0.0
|
5 |
+
bitsandbytes==0.39.1
|
6 |
+
loralib==0.1.1
|
7 |
+
accelerate==0.20.3
|