Sem descrição

Lengyue e4839d6e84 Use 4 workers há 2 anos atrás
fish_speech e4839d6e84 Use 4 workers há 2 anos atrás
tools d16c9cb695 Update huggingface dataset builder há 2 anos atrás
.dockerignore 0c084ec779 Apply gradient accumulate to save memory há 2 anos atrás
.gitignore 6d0e669f8c Rename project to fish-speech há 2 anos atrás
.pre-commit-config.yaml e4ce816175 Update deps há 2 anos atrás
README.md 3fc0a688ca Update Readme há 2 anos atrás
dockerfile 9920873cf2 Optimize schedule há 2 anos atrás
pyrightconfig.json f7f2c03282 Support pytorch lightning há 2 anos atrás
requirements.txt 23109ecb94 Optimize training loop & upgrade transformers há 2 anos atrás
setup.py 6d0e669f8c Rename project to fish-speech há 2 anos atrás

README.md

Speech LLM

Setup

# Basic environment setup
conda create -n speech-llm python=3.10
conda activate speech-llm
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

# Install requirements
pip3 install -r requirements.txt

# Install flash-attn
MAX_JOBS=4 pip install flash-attn --no-build-isolation

# Install speech-llm
pip3 install -e .