Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
langchain
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
| 6 |
langchain-huggingface
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
# New direct link for Python 3.10 to match the platform
|
| 10 |
-
https://files.pythonhosted.org/packages/e9/de/589574af1c3374149b5376326696954fb613133646e737727195c6434441/llama_cpp_python-0.2.78-cp310-cp310-manylinux_2_28_x86_64.whl
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
|
| 3 |
streamlit
|
| 4 |
pandas
|
| 5 |
langchain
|
| 6 |
langchain-core
|
| 7 |
langchain-community
|
| 8 |
langchain-huggingface
|
| 9 |
+
# Corrected direct link to a valid, pre-compiled wheel
|
| 10 |
+
https://files.pythonhosted.org/packages/f1/bf/c42b938367950a507851413c6a4e3708912e0333346617a6c6b653fd282c/llama_cpp_python-0.2.78-cp310-cp310-manylinux_2_28_x86_64.whl
|
|
|
|
|
|