بدون توضیح

Lengyue 9beb5981ec Remove unused ds config 2 سال پیش
preparing_data 9adf687fb1 Update base training code 2 سال پیش
speech_lm d211a7eac7 Better ETA 2 سال پیش
.dockerignore 70797ef7d5 Add dockerignore 2 سال پیش
.gitignore 7650b2ac43 Update much robust dataloader 2 سال پیش
.pre-commit-config.yaml e4ce816175 Update deps 2 سال پیش
.project-root aa0a6be778 init training code 2 سال پیش
README.md e4ce816175 Update deps 2 سال پیش
dockerfile 7650b2ac43 Update much robust dataloader 2 سال پیش
requirements.txt 2733ed600f Accelerate training with fsdp 2 سال پیش
setup.py 7650b2ac43 Update much robust dataloader 2 سال پیش
train.sh a0a5c3e95c Update training script 2 سال پیش

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