feat: upgrade cce commit to include smollm3, granite, granitemoe (#2993)

This commit is contained in:
NanoCode012
2025-08-01 05:18:44 +07:00
committed by GitHub
parent 294c7fe7a6
commit eb0a8a7775
4 changed files with 8 additions and 4 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@010c3ac3f1e725098961832830303eeb4142dd88"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@849c3c5"'
)