feat: update readme instructions to include CCE installation

This commit is contained in:
NanoCode012
2025-08-05 17:18:20 +07:00
parent 737315b614
commit c575be59b2
4 changed files with 27 additions and 4 deletions

View File

@@ -25,6 +25,9 @@ pip3 install --no-build-isolation -e '.[flash-attn]'
# audio
pip3 install librosa==0.11.0
pip3 install 'mistral_common[audio]==1.8.3'
# Install CCE https://docs.axolotl.ai/docs/custom_integrations.html#cut-cross-entropy
python scripts/cutcrossentropy_install.py | sh
```
3. Run the finetuning example: