Spaces:
Runtime error
Runtime error
Commit
·
1609ef2
1
Parent(s):
e5fd599
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
datasets
|
2 |
loralib
|
3 |
sentencepiece
|
@@ -5,5 +10,4 @@ git+https://github.com/huggingface/transformers.git
|
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
git+https://github.com/huggingface/peft.git
|
8 |
-
gradio
|
9 |
-
appdirs
|
|
|
1 |
+
langchain
|
2 |
+
streamlit
|
3 |
+
streamlit-chat
|
4 |
+
|
5 |
+
peft
|
6 |
datasets
|
7 |
loralib
|
8 |
sentencepiece
|
|
|
10 |
accelerate
|
11 |
bitsandbytes
|
12 |
git+https://github.com/huggingface/peft.git
|
13 |
+
gradio
|
|