Spaces:
Paused
Paused
add missing pkg
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,4 +6,5 @@ torchaudio
|
|
| 6 |
faster-whisper
|
| 7 |
soundfile
|
| 8 |
outlines[llamacpp]==0.0.36 # https://github.com/dottxt-ai/outlines/issues/820
|
| 9 |
-
numpy>=1.24,<2.0
|
|
|
|
|
|
| 6 |
faster-whisper
|
| 7 |
soundfile
|
| 8 |
outlines[llamacpp]==0.0.36 # https://github.com/dottxt-ai/outlines/issues/820
|
| 9 |
+
numpy>=1.24,<2.0
|
| 10 |
+
llama-cpp-python
|