|
|
2 년 전 | |
|---|---|---|
| preparing_data | 2 년 전 | |
| speech_lm | 2 년 전 | |
| .gitignore | 2 년 전 | |
| .pre-commit-config.yaml | 2 년 전 | |
| .project-root | 2 년 전 | |
| README.md | 2 년 전 | |
| ds_config.json | 2 년 전 | |
| requirements.txt | 2 년 전 |
# 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