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

@@ -40,7 +40,7 @@
"%%capture\n",
"# This step can take ~5-10 minutes to install dependencies\n",
"!pip install --no-build-isolation axolotl[flash-attn]>=0.9.1\n",
"!pip install \"cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@849c3c5\""
"!pip install \"cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@cbd58e0\""
]
},
{