Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
python-dotenv
|
3 |
-
langchain-core
|
4 |
-
langchain-community
|
5 |
-
huggingface-hub
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
python-dotenv
|
3 |
+
langchain-core
|
4 |
+
langchain-community
|
5 |
+
huggingface-hub
|
6 |
+
transformers
|
7 |
+
bitsandbytes
|
8 |
+
torch
|