Aucune description

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

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