khadijaaao commited on
Commit
7956feb
·
verified ·
1 Parent(s): ea4a00b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,10 +1,11 @@
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
 
 
 
 
 
 
 
 
 
1
+ # Forcer pip à chercher des versions CPU pour PyTorch en premier
 
 
 
 
 
 
 
2
  --extra-index-url https://download.pytorch.org/whl/cpu
3
+
4
+ # Bibliothèques avec versions figées pour un build plus rapide et stable
5
+ streamlit==1.35.0
6
+ langchain==0.2.5
7
+ langchain-community==0.2.5
8
+ faiss-cpu==1.8.0
9
+ sentence-transformers==2.7.0
10
+ llama-cpp-python==0.2.79
11
+ torch==2.3.1