diogodsa commited on
Commit
2e03c8b
1 Parent(s): 2079146

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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