userlocallm commited on
Commit
f991642
·
verified ·
1 Parent(s): 6ca3690

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- llama-cpp-python
2
- sqlite3
3
- requests
4
- spacy
5
- scikit-learn
6
- numpy
7
- gradio
8
  huggingface_hub==0.25.2
 
1
+ llama-cpp-python==0.3.2 # Specify the version you need
2
+ requests==2.28.1
3
+ spacy==3.2.4
4
+ scikit-learn==1.0.2
5
+ numpy==1.21.6
6
+ gradio==3.1.4
 
7
  huggingface_hub==0.25.2