Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -13,11 +13,12 @@ soundfile
|
|
| 13 |
torch
|
| 14 |
torchaudio
|
| 15 |
tqdm
|
| 16 |
-
transformers
|
| 17 |
vector-quantize-pytorch
|
| 18 |
resemble-perth
|
| 19 |
-
accelerate
|
| 20 |
pydantic
|
| 21 |
aiofiles
|
| 22 |
python-dotenv
|
| 23 |
-
psutil
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
torch
|
| 14 |
torchaudio
|
| 15 |
tqdm
|
|
|
|
| 16 |
vector-quantize-pytorch
|
| 17 |
resemble-perth
|
|
|
|
| 18 |
pydantic
|
| 19 |
aiofiles
|
| 20 |
python-dotenv
|
| 21 |
+
psutil
|
| 22 |
+
llama-cpp-python
|
| 23 |
+
huggingface-hub
|
| 24 |
+
onnxruntime
|