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

@@ -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@49f3308\""
"!pip install \"cut-cross-entropy[transformers] @ git+https://github.com/axolotl-ai-cloud/ml-cross-entropy.git@8a1a0ec\""
]
},
{