RCaz commited on
Commit
b732e91
·
1 Parent(s): 67f9a00

downgraded to python 3.12 with librairy compatibility

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +4 -11
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 6.3.0
 
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
 
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 6.3.0
8
+ python_version: 3.11
9
  app_file: app.py
10
  pinned: false
11
  hf_oauth: true
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
- torch==2.6.0+cpu
3
- torchvision==0.21.0+cpu
4
- torchaudio==2.6.0+cpu
5
-
6
- sentence-transformers==2.7.0
7
 
8
  sentence-transformers==2.7.0
9
  faiss-cpu
@@ -16,11 +14,6 @@ langchain-community==0.3.8
16
  langchain-openai==0.2.9
17
  langchain-huggingface==0.1.0
18
 
19
- gradio
20
-
21
  python-dotenv
22
  azure-storage-blob
23
-
24
- ragatouille==0.0.9.post2
25
- #colbert-ai==0.2.19
26
-
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.5.1+cpu
3
+ torchvision==0.20.1+cpu
4
+ torchaudio==2.5.1+cpu
 
 
5
 
6
  sentence-transformers==2.7.0
7
  faiss-cpu
 
14
  langchain-openai==0.2.9
15
  langchain-huggingface==0.1.0
16
 
 
 
17
  python-dotenv
18
  azure-storage-blob
19
+ ragatouille==0.0.9.post2