bump cut-cross-entropy to 58d6572 (#3424)

This commit is contained in:
NanoCode012
2026-02-21 02:24:51 +07:00
committed by GitHub
parent 0ea252d392
commit 43d60c7439
4 changed files with 12 additions and 5 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@0d4ce4b"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@58d6572"'
)