Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
streamlit
|
3 |
+
streamlit-chat
|
4 |
+
|
5 |
+
peft
|
6 |
+
datasets
|
7 |
+
loralib
|
8 |
+
sentencepiece
|
9 |
+
git+https://github.com/huggingface/transformers.git
|
10 |
+
accelerate
|
11 |
+
bitsandbytes
|
12 |
+
git+https://github.com/huggingface/peft.git
|
13 |
+
gradio
|