Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
langchain
|
3 |
langchain-community
|
4 |
faiss-cpu
|
5 |
sentence-transformers
|
6 |
-
#
|
7 |
-
# pip install llama-cpp-python --prefer-binary --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
8 |
llama-cpp-python
|
9 |
-
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
langchain
|
3 |
langchain-community
|
4 |
faiss-cpu
|
5 |
sentence-transformers
|
6 |
+
# Utiliser une version pré-compilée standard pour CPU
|
|
|
7 |
llama-cpp-python
|
8 |
+
# Forcer l'installation de la version CPU de torch, beaucoup plus légère
|
9 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
10 |
+
torch
|