Sen descrición

Lengyue 25fce58cf6 Add llama implementation %!s(int64=2) %!d(string=hai) anos
fish_speech 25fce58cf6 Add llama implementation %!s(int64=2) %!d(string=hai) anos
tools 25fce58cf6 Add llama implementation %!s(int64=2) %!d(string=hai) anos
.dockerignore 0c084ec779 Apply gradient accumulate to save memory %!s(int64=2) %!d(string=hai) anos
.gitignore 3099c96d2c Ignore vs code %!s(int64=2) %!d(string=hai) anos
.pre-commit-config.yaml f1ea577c4c [pre-commit.ci] pre-commit autoupdate %!s(int64=2) %!d(string=hai) anos
README.md 895ed8e748 Add new text to semantic model %!s(int64=2) %!d(string=hai) anos
dockerfile 25fce58cf6 Add llama implementation %!s(int64=2) %!d(string=hai) anos
pyproject.toml 895ed8e748 Add new text to semantic model %!s(int64=2) %!d(string=hai) anos
pyrightconfig.json f7f2c03282 Support pytorch lightning %!s(int64=2) %!d(string=hai) anos

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