|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| fish_speech | %!s(int64=2) %!d(string=hai) anos | |
| tools | %!s(int64=2) %!d(string=hai) anos | |
| .dockerignore | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .pre-commit-config.yaml | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| dockerfile | %!s(int64=2) %!d(string=hai) anos | |
| pyproject.toml | %!s(int64=2) %!d(string=hai) anos | |
| pyrightconfig.json | %!s(int64=2) %!d(string=hai) anos |
This repo is still under construction. Please check back later.
# Basic environment setup
conda create -n fish-speech python=3.10
conda activate fish-speech
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
# Install flash-attn (for linux)
pip3 install ninja && MAX_JOBS=4 pip3 install flash-attn --no-build-isolation
# Install fish-speech
pip3 install -e .