|
|
hace 2 años | |
|---|---|---|
| preparing_data | hace 2 años | |
| speech_lm | hace 2 años | |
| .dockerignore | hace 2 años | |
| .gitignore | hace 2 años | |
| .pre-commit-config.yaml | hace 2 años | |
| .project-root | hace 2 años | |
| README.md | hace 2 años | |
| dockerfile | hace 2 años | |
| ds_config.json | hace 2 años | |
| requirements.txt | hace 2 años | |
| train.sh | hace 2 años |
# 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