fix try
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
streamlit>=1.36
|
| 2 |
transformers>=4.42
|
| 3 |
-
torch>=2.2
|
| 4 |
huggingface_hub>=0.23
|
| 5 |
|
| 6 |
# LangChain (modular imports)
|
|
|
|
| 1 |
streamlit>=1.36
|
| 2 |
transformers>=4.42
|
| 3 |
+
torch>=2.2.2
|
| 4 |
huggingface_hub>=0.23
|
| 5 |
|
| 6 |
# LangChain (modular imports)
|