Aucune description

Lengyue 9920873cf2 Optimize schedule il y a 2 ans
preparing_data 9adf687fb1 Update base training code il y a 2 ans
speech_lm 9920873cf2 Optimize schedule il y a 2 ans
.dockerignore 70797ef7d5 Add dockerignore il y a 2 ans
.gitignore 7650b2ac43 Update much robust dataloader il y a 2 ans
.pre-commit-config.yaml e4ce816175 Update deps il y a 2 ans
README.md 3fc0a688ca Update Readme il y a 2 ans
dockerfile 9920873cf2 Optimize schedule il y a 2 ans
requirements.txt 2733ed600f Accelerate training with fsdp il y a 2 ans
setup.py 7650b2ac43 Update much robust dataloader 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

# Install speech-llm
pip3 install -e .