|
|
2 سال پیش | |
|---|---|---|
| speech_lm | 2 سال پیش | |
| tools | 2 سال پیش | |
| .dockerignore | 2 سال پیش | |
| .gitignore | 2 سال پیش | |
| .pre-commit-config.yaml | 2 سال پیش | |
| README.md | 2 سال پیش | |
| dockerfile | 2 سال پیش | |
| requirements.txt | 2 سال پیش | |
| setup.py | 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
# Install speech-llm
pip3 install -e .