File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7373| :-----------------------------------------: | :-----------------------------------------: | :-------------------------------: |
7474
7575## Changelog
76+ Nov 23:
77+ * Add linux fairseq wheel for better pip compatibility.
78+
7679Nov 22:
7780* Switch to wheels, add one-shot install prompt.
7881
Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ beartype>=0.16.1 # workaround for a bug
1212iso639-lang == 2.2.3
1313pillow == 10.3.0 # for gradio, conda fix
1414deepspeed @ 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
15+ 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
16+ 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
17+ 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
Original file line number Diff line number Diff line change 1- # pre-install fairseq for bark_hubert_quantizer
2- 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
3- # fairseq==0.12.2 ; sys_platform == 'linux' or sys_platform == 'darwin' # MIT License
4- fairseq==0.12.2 ; sys_platform == 'linux' # MIT License
5- # https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-macosx_11_0_universal2.whl
6- 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
71bark_hubert_quantizer @ https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer/releases/download/v0.0.5/bark_hubert_quantizer-0.0.5-py3-none-any.whl # MIT License
You can’t perform that action at this time.
0 commit comments