Spaces:
Running
Running
RakeshUtekar
commited on
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.23.0
|
2 |
+
langchain>=0.0.260
|
3 |
+
langchain_community>=0.0.3
|
4 |
+
transformers>=4.30.0
|
5 |
+
huggingface_hub>=0.14.0
|
6 |
+
torch>=2.0.0
|
7 |
+
sentencepiece
|