upstream fixes in cce for dora and tensor paralel support (#2960) [skip ci]

This commit is contained in:
Wing Lian
2025-07-21 11:41:53 -04:00
committed by GitHub
parent e207762928
commit b7e8f66e5a
4 changed files with 4 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@50cef19"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@631d646"'
)