fix: unpack cce imported incorrectly (#3212) [skip ci]

This commit is contained in:
NanoCode012
2025-10-13 17:19:15 +07:00
committed by GitHub
parent cd856b45b1
commit 8c7f63cf97
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@49f3308"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@8a1a0ec"'
)