jordyvl commited on
Commit
2f6ed7e
1 Parent(s): 6d90e94

missing deps

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- llama-index
2
- pypdf
3
- streamlit
4
  huggingface_hub[inference]>=0.19.0
5
  transformers
6
- torch
7
- watchdog
8
- PyPDF2
 
 
 
 
1
+ gradio
 
 
2
  huggingface_hub[inference]>=0.19.0
3
  transformers
4
+ llama-index
5
+ llama-index-embeddings-huggingface
6
+ llama-index-llms-huggingface
7
+ accelerate
8
+ bitsandbytes
9
+ einops