Ingen beskrivning

Lengyue 895ed8e748 Add new text to semantic model 2 år sedan
fish_speech 895ed8e748 Add new text to semantic model 2 år sedan
tools e70d2c0373 Update vq 2 år sedan
.dockerignore 0c084ec779 Apply gradient accumulate to save memory 2 år sedan
.gitignore 3099c96d2c Ignore vs code 2 år sedan
.pre-commit-config.yaml 25c38a7234 [pre-commit.ci] pre-commit autoupdate 2 år sedan
README.md 895ed8e748 Add new text to semantic model 2 år sedan
dockerfile 895ed8e748 Add new text to semantic model 2 år sedan
pyproject.toml 895ed8e748 Add new text to semantic model 2 år sedan
pyrightconfig.json f7f2c03282 Support pytorch lightning 2 år sedan

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