From f782957002a4e0a545bf6e0c44532414a0439511 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Wed, 1 Oct 2025 14:44:14 -0400 Subject: [PATCH] fix --- scripts/cutcrossentropy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cutcrossentropy_install.py b/scripts/cutcrossentropy_install.py index 0364c03f6..fcfe152fa 100644 --- a/scripts/cutcrossentropy_install.py +++ b/scripts/cutcrossentropy_install.py @@ -26,7 +26,7 @@ if cce_spec and not importlib.util.find_spec("cut_cross_entropy.transformers"): commands.append(f"uv pip uninstall --python {python_path} cut-cross-entropy") commands.append( - f'uv pip install --python {python_path} "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@c6a32c5"' + f'uv pip install --python {python_path} "cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@147ea28"' ) print(" && ".join(commands))