feat: update cce to latest (#2521)

This commit is contained in:
NanoCode012
2025-04-16 12:17:10 +07:00
committed by GitHub
parent 198d775d6d
commit 271b24cccc
3 changed files with 3 additions and 3 deletions

View File

@@ -25,5 +25,5 @@ if cce_spec:
print(
UNINSTALL_PREFIX
+ 'pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@24fbe4b5dab9a6c250a014573613c1890190536c"'
+ 'pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@bad6f7b49c75fdec69471abb71b4cddd0f0c6438"'
)