Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
torch
|
2 |
streamlit
|
|
|
|
|
3 |
huggingface_hub
|
4 |
transformers==4.34
|
5 |
git+https://github.com/huggingface/peft.git
|
|
|
1 |
torch
|
2 |
streamlit
|
3 |
+
langchain
|
4 |
+
ctransformers
|
5 |
huggingface_hub
|
6 |
transformers==4.34
|
7 |
git+https://github.com/huggingface/peft.git
|