khadijaaao commited on
Commit
0dc43da
·
verified ·
1 Parent(s): 8d644dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
-
2
  langchain
3
  langchain-community
4
  faiss-cpu
5
  sentence-transformers
6
- # Pour le support GPU (NVIDIA), installez avec la commande ci-dessous. Sinon, utilisez la version CPU.
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
- streamlit
 
 
 
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