|
|
2 lat temu | |
|---|---|---|
| preparing_data | 2 lat temu | |
| speech_lm | 2 lat temu | |
| .dockerignore | 2 lat temu | |
| .gitignore | 2 lat temu | |
| .pre-commit-config.yaml | 2 lat temu | |
| .project-root | 2 lat temu | |
| README.md | 2 lat temu | |
| dockerfile | 2 lat temu | |
| requirements.txt | 2 lat temu | |
| setup.py | 2 lat temu | |
| train.sh | 2 lat temu |
# 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