Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pypdf
|
2 |
+
python-dotenv
|
3 |
+
llama-index
|
4 |
+
gradio
|
5 |
+
einops
|
6 |
+
accelerate
|
7 |
+
sentence-transformers
|
8 |
+
cohere
|
9 |
+
huggingface_hub
|
10 |
+
# llama-cpp-python needs to be installed with specific CMake arguments:
|
11 |
+
# CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
|