Skip to content

Commit

Permalink
add new linux fairseq wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Nov 23, 2024
1 parent 10247ef commit b09905a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
| :-----------------------------------------: | :-----------------------------------------: | :-------------------------------: |

## Changelog
Nov 23:
* Add linux fairseq wheel for better pip compatibility.

Nov 22:
* Switch to wheels, add one-shot install prompt.

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ beartype>=0.16.1 # workaround for a bug
iso639-lang==2.2.3
pillow==10.3.0 # for gradio, conda fix
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
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
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
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
6 changes: 0 additions & 6 deletions requirements_bark_hubert_quantizer.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# pre-install fairseq for bark_hubert_quantizer
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
# fairseq==0.12.2 ; sys_platform == 'linux' or sys_platform == 'darwin' # MIT License
fairseq==0.12.2 ; sys_platform == 'linux' # MIT License
# https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-macosx_11_0_universal2.whl
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
bark_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

0 comments on commit b09905a

Please sign in to comment.