Spaces:
Running on A10G
Running on A10G
刘鑫 commited on
Commit ·
96f588d
1
Parent(s): ffbf382
fix: zipenhancer for denoise
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -9,6 +9,9 @@ triton==3.1.0
|
|
| 9 |
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.3/flash_attn-2.8.3+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 10 |
nano-vllm-voxcpm @ git+https://github.com/a710128/nanovllm-voxcpm.git@49e8bc25e93e33dda4decf0b6775b44ff6bb8bcc
|
| 11 |
transformers>=4.51.0
|
|
|
|
|
|
|
|
|
|
| 12 |
xxhash
|
| 13 |
tqdm
|
| 14 |
librosa
|
|
|
|
| 9 |
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.3/flash_attn-2.8.3+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 10 |
nano-vllm-voxcpm @ git+https://github.com/a710128/nanovllm-voxcpm.git@49e8bc25e93e33dda4decf0b6775b44ff6bb8bcc
|
| 11 |
transformers>=4.51.0
|
| 12 |
+
addict
|
| 13 |
+
simplejson
|
| 14 |
+
sortedcontainers
|
| 15 |
xxhash
|
| 16 |
tqdm
|
| 17 |
librosa
|