Spaces:
Running
Running
Pin Python 3.11 and fix requirements for HF build stability
Browse files- requirements.txt +1 -3
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
faiss-cpu>=1.9.0.post1
|
| 3 |
-
numpy==1.26.4
|
| 4 |
sentence-transformers==3.0.1
|
| 5 |
llama-cpp-python==0.3.7
|
| 6 |
langchain-community
|
| 7 |
-
torch
|
| 8 |
langchain-huggingface
|
| 9 |
huggingface_hub
|
|
|
|
| 10 |
tf-keras
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
faiss-cpu>=1.9.0.post1
|
|
|
|
| 3 |
sentence-transformers==3.0.1
|
| 4 |
llama-cpp-python==0.3.7
|
| 5 |
langchain-community
|
|
|
|
| 6 |
langchain-huggingface
|
| 7 |
huggingface_hub
|
| 8 |
+
torch
|
| 9 |
tf-keras
|
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.11.9
|