feat: add step3p5 for cce (#3384) [skip ci]

* feat: add step3p5 for cce

* chore: reorder model
This commit is contained in:
NanoCode012
2026-02-10 17:51:43 +07:00
committed by GitHub
parent fcc4cfdb63
commit b6d3653f74
4 changed files with 9 additions and 8 deletions

View File

@@ -29,5 +29,5 @@ UV_PREFIX = "uv " if USE_UV else ""
print(
UNINSTALL_PREFIX
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@f4b5712"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@0d4ce4b"'
)