fix: use latest commit of PR in case rebased/pushed

This commit is contained in:
NanoCode012
2025-08-05 20:45:14 +07:00
parent c10c738b2c
commit 8b60aa00de

View File

@@ -24,7 +24,7 @@ python scripts/cutcrossentropy_install.py | sh
```bash
pip3 uninstall transformers
pip3 install git+https://github.com/huggingface/transformers@06b8c1323b366ecb5b8f8d7768f3a8b73e82f4cb
pip3 install git+https://github.com/huggingface/transformers@refs/pull/39606/head
```
3. Run the finetuning example: