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