|
1 |
| -safetensors |
2 |
| -python-dotenv==1.0.0 |
3 |
| - |
4 |
| -ffmpeg-python # Apache 2.0 |
5 |
| -gradio==5.5.0 # MIT License |
6 |
| -pydantic==2.10.6 # for gradio 5.5.0 fix |
7 |
| -pillow==10.3.0 # for gradio, conda fix |
8 |
| -beartype>=0.16.1 # workaround for a bug |
9 |
| -soundfile==0.12.1; sys_platform == 'win32' # torchaudio |
10 |
| -# sox # torchaudio for linux |
11 |
| -# no longer required directly # transformers==4.36.1 # cross-compatibility |
12 |
| -deepspeed @ https://github.com/rsxdalv/DeepSpeed/releases/download/v0.15.5-test/deepspeed-0.15.5+unknown-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' # Apache 2.0 |
13 |
| -fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' # MIT License |
14 |
| -fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform == 'linux' # MIT License |
15 |
| -fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-macosx_11_0_universal2.whl ; sys_platform == 'darwin' # MIT License |
16 |
| -accelerate>=0.33.0 |
17 |
| -# optimum-quanto==0.2.6 |
18 |
| - |
19 |
| -# experimental |
20 |
| -# triton>=3.2.0 ; sys_platform == 'linux', |
21 |
| -# triton-windows>=3.2.0.post18 ; sys_platform == 'win32', |
22 |
| -# flash-attn @ https://github.com/kingbri1/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu124torch2.6.0cxx11abiFALSE-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' |
23 |
| -# flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl ; sys_platform == 'linux' |
24 |
| - |
25 |
| - |
26 |
| -extension_bark @ git+https://github.com/rsxdalv/extension_bark@main |
27 |
| -extension_tortoise @ git+https://github.com/rsxdalv/extension_tortoise@main |
28 |
| -extension_demucs @ git+https://github.com/rsxdalv/extension_demucs@main |
29 |
| -extension_mms @ git+https://github.com/rsxdalv/extension_mms@main |
30 |
| -extension_seamless_m4t @ git+https://github.com/rsxdalv/extension_seamless_m4t@main |
31 |
| -extension_vocos @ git+https://github.com/rsxdalv/extension_vocos@main |
| 1 | +safetensors |
| 2 | +python-dotenv==1.0.0 |
| 3 | + |
| 4 | +ffmpeg-python # Apache 2.0 |
| 5 | +gradio==5.5.0 # MIT License |
| 6 | +pydantic==2.10.6 # for gradio 5.5.0 fix |
| 7 | +pillow==10.3.0 # for gradio, conda fix |
| 8 | +beartype>=0.16.1 # workaround for a bug |
| 9 | +soundfile==0.12.1; sys_platform == 'win32' # torchaudio |
| 10 | +deepspeed==0.16.5; sys_platform == 'win32' # Apache 2.0 |
| 11 | +fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' # MIT License |
| 12 | +fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform == 'linux' # MIT License |
| 13 | +fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-macosx_11_0_universal2.whl ; sys_platform == 'darwin' # MIT License |
| 14 | +accelerate>=0.33.0 |
| 15 | +# optimum-quanto==0.2.6 |
| 16 | + |
| 17 | +# experimental |
| 18 | +# triton>=3.2.0 ; sys_platform == 'linux', |
| 19 | +# triton-windows>=3.2.0.post18 ; sys_platform == 'win32', |
| 20 | +# flash-attn @ https://github.com/kingbri1/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu124torch2.6.0cxx11abiFALSE-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' |
| 21 | +# flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl ; sys_platform == 'linux' |
| 22 | + |
| 23 | + |
| 24 | +extension_bark @ git+https://github.com/rsxdalv/extension_bark@main |
| 25 | +extension_tortoise @ git+https://github.com/rsxdalv/extension_tortoise@main |
| 26 | +extension_demucs @ git+https://github.com/rsxdalv/extension_demucs@main |
| 27 | +extension_mms @ git+https://github.com/rsxdalv/extension_mms@main |
| 28 | +extension_seamless_m4t @ git+https://github.com/rsxdalv/extension_seamless_m4t@main |
| 29 | +extension_vocos @ git+https://github.com/rsxdalv/extension_vocos@main |
0 commit comments