بدون توضیح

pre-commit-ci[bot] f1ea577c4c [pre-commit.ci] pre-commit autoupdate 2 سال پیش
fish_speech 895ed8e748 Add new text to semantic model 2 سال پیش
tools 9de2aa4896 fix typo 2 سال پیش
.dockerignore 0c084ec779 Apply gradient accumulate to save memory 2 سال پیش
.gitignore 3099c96d2c Ignore vs code 2 سال پیش
.pre-commit-config.yaml f1ea577c4c [pre-commit.ci] pre-commit autoupdate 2 سال پیش
README.md 895ed8e748 Add new text to semantic model 2 سال پیش
dockerfile 895ed8e748 Add new text to semantic model 2 سال پیش
pyproject.toml 895ed8e748 Add new text to semantic model 2 سال پیش
pyrightconfig.json f7f2c03282 Support pytorch lightning 2 سال پیش

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