Açıklama Yok

Lengyue db347ca973 Add llm exp code 2 yıl önce
preparing_data 9adf687fb1 Update base training code 2 yıl önce
speech_lm db347ca973 Add llm exp code 2 yıl önce
.gitignore aa0a6be778 init training code 2 yıl önce
.pre-commit-config.yaml e4ce816175 Update deps 2 yıl önce
.project-root aa0a6be778 init training code 2 yıl önce
README.md e4ce816175 Update deps 2 yıl önce
dockerfile db347ca973 Add llm exp code 2 yıl önce
ds_config.json db0aa1a99a Init preprocessing tools 2 yıl önce
requirements.txt db347ca973 Add llm exp code 2 yıl önce
train.py db347ca973 Add llm exp code 2 yıl önce
train.sh db347ca973 Add llm exp code 2 yıl önce

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