|
|
il y a 2 ans | |
|---|---|---|
| fish_speech | il y a 2 ans | |
| tools | il y a 2 ans | |
| .dockerignore | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| .pre-commit-config.yaml | il y a 2 ans | |
| README.md | il y a 2 ans | |
| dockerfile | il y a 2 ans | |
| pyproject.toml | il y a 2 ans | |
| pyrightconfig.json | il y a 2 ans |
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 .