|
|
2 år sedan | |
|---|---|---|
| fish_speech | 2 år sedan | |
| tools | 2 år sedan | |
| .dockerignore | 2 år sedan | |
| .gitignore | 2 år sedan | |
| .pre-commit-config.yaml | 2 år sedan | |
| README.md | 2 år sedan | |
| dockerfile | 2 år sedan | |
| pyproject.toml | 2 år sedan | |
| pyrightconfig.json | 2 år sedan |
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 .