use latest version of cce fork for SP fix (#2871) [skip ci]

* use latest version of cce fork for SP fix

* latest sha to handle older transformers
This commit is contained in:
Wing Lian
2025-07-07 13:05:11 -04:00
committed by GitHub
parent faff0cff41
commit a108e5db56
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@78b2a45713a54c9bedf8b33f5e31cf07a1a57154"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@622068a"'
)