Paul720810 commited on
Commit
6981dec
·
verified ·
1 Parent(s): 163d4a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- gradio
2
- datasets
3
- sentence-transformers
4
- huggingface_hub
5
- llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/avx2
6
- numpy
 
 
 
 
1
+ gradio==3.50.2
2
+ datasets==2.18.0
3
+ sentence-transformers==2.2.2
4
+ huggingface-hub==0.20.3
5
+ llama-cpp-python==0.2.23
6
+ torch==2.1.2 --index-url https://download.pytorch.org/whl/cpu
7
+ numpy==1.24.4
8
+ faiss-cpu==1.7.4
9
+ accelerate==0.27.2