use CCE fix for TP using vocab parallel for CEL (#3000)

This commit is contained in:
Wing Lian
2025-08-01 13:21:58 -04:00
committed by GitHub
parent 41709822a7
commit 01a6bd1a0e
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@849c3c5"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@cbd58e0"'
)