Spaces:
Sleeping
Sleeping
Waseem7711
commited on
Commit
•
616762a
1
Parent(s):
0753e91
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
-
langchain
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
python-dotenv
|
6 |
-
huggingface_hub
|
7 |
-
accelerate>=0.26.0
|
8 |
-
|
|
|
1 |
+
transformers>=4.30.0
|
2 |
+
torch>=2.0
|
3 |
+
accelerate>=0.26.0
|
4 |
streamlit
|
|
|
|
|
|
|
5 |
python-dotenv
|
|
|
|
|
|