Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
llama-cpp-python
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
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
|