Sin descripción

Lengyue 356f8fa6c8 Support log grad norm of multiple components hace 2 años
fish_speech 356f8fa6c8 Support log grad norm of multiple components hace 2 años
tools c9e1f95503 Update some exp hace 2 años
.dockerignore 0c084ec779 Apply gradient accumulate to save memory hace 2 años
.gitignore c9e1f95503 Update some exp hace 2 años
.pre-commit-config.yaml e4ce816175 Update deps hace 2 años
README.md 78a02fe9e1 Optimize text loader & add phones to tokenizer hace 2 años
dockerfile 9920873cf2 Optimize schedule hace 2 años
pyproject.toml c9e1f95503 Update some exp hace 2 años
pyrightconfig.json f7f2c03282 Support pytorch lightning hace 2 años

README.md

Fish Speech

This repo is still under construction. Please check back later.

Setup

# 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 .

Credits