Nincs leírás

Lengyue bce1f85209 Faster schedule 2 éve
preparing_data 9adf687fb1 Update base training code 2 éve
speech_lm bce1f85209 Faster schedule 2 éve
.dockerignore 70797ef7d5 Add dockerignore 2 éve
.gitignore c88bf969b1 Update gitignore 2 éve
.pre-commit-config.yaml e4ce816175 Update deps 2 éve
.project-root aa0a6be778 init training code 2 éve
README.md e4ce816175 Update deps 2 éve
dockerfile db347ca973 Add llm exp code 2 éve
ds_config.json db0aa1a99a Init preprocessing tools 2 éve
requirements.txt 3297b2dc2c Add hubert vq training 2 éve
train.sh a0a5c3e95c Update training script 2 éve

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