설명 없음

Lengyue e4ce816175 Update deps 2 년 전
preparing_data aa0a6be778 init training code 2 년 전
speech_lm aa0a6be778 init training code 2 년 전
.gitignore aa0a6be778 init training code 2 년 전
.pre-commit-config.yaml e4ce816175 Update deps 2 년 전
.project-root aa0a6be778 init training code 2 년 전
README.md e4ce816175 Update deps 2 년 전
ds_config.json db0aa1a99a Init preprocessing tools 2 년 전
requirements.txt e4ce816175 Update deps 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