Feat(cce): add qwen3_vl, qwen3_vl_moe, granitemoeshared, granitemoehybrid, and upgraded all cce patches (#3178)

* feat: upgrade cce with patches for transformers 4.56

* feat: add missing models to cce readme
This commit is contained in:
NanoCode012
2025-09-26 12:11:29 +07:00
committed by GitHub
parent f9748c4dc5
commit 7fa8ac40cd
4 changed files with 11 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@c5aa3ef"'
+ f'{UV_PREFIX}pip install "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@147ea28"'
)