Нет описания

Lengyue 4b22991668 Implement parallel decoding llama 2 лет назад
fish_speech 4b22991668 Implement parallel decoding llama 2 лет назад
tools 4b22991668 Implement parallel decoding llama 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 25fce58cf6 Add llama implementation 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