Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
|
|
1 |
flask
|
2 |
-
|
3 |
-
|
4 |
pyttsx3
|
5 |
-
sentencepiece
|
6 |
-
gguf
|
7 |
-
llama-cpp-python>=0.2.68
|
|
|
1 |
+
llama-cpp-python==0.2.72
|
2 |
flask
|
3 |
+
flask-socketio
|
4 |
+
eventlet
|
5 |
pyttsx3
|
|
|
|
|
|