Update all files: Fix Parler-TTS and Wav2Vec2 imports, upgrade PyTorch to 2.1.2, clean requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ torch==2.1.2
|
|
5 |
soundfile==0.12.1
|
6 |
numpy==1.26.4
|
7 |
pydantic==2.5.3
|
8 |
-
datasets==2.16.1
|
|
|
|
5 |
soundfile==0.12.1
|
6 |
numpy==1.26.4
|
7 |
pydantic==2.5.3
|
8 |
+
datasets==2.16.1
|
9 |
+
llama-cpp-python==0.2.28
|