chore: update cce commit to include gemma3n fixes (#2881) [skip ci]

This commit is contained in:
NanoCode012
2025-07-08 21:59:35 +07:00
committed by GitHub
parent 1032e22650
commit b237c8a3f3
3 changed files with 3 additions and 3 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@622068a"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@865b899"'
)