feat: add step3p5 for cce#3384
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
📝 WalkthroughWalkthroughThis PR updates the pinned git commit hash for the cut-cross-entropy dependency from f4b5712 to 0d4ce4b across installation instructions, scripts, and integration files. Additionally, a new plugin entry is added to the README usage documentation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Failure to add the new IP will result in interrupted reviews. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/axolotl/integrations/cut_cross_entropy/README.md`:
- Line 93: The supported models list in README.md is out of alphabetical order:
move the `step3p5` entry so the sequence around `seed_oss`, `smollm3`,
`step3p5`, `voxtral` is alphabetically correct; specifically ensure `seed_oss`
is followed by `smollm3` and then `step3p5` (adjust the list entries near the
current `seed_oss`/`smollm3`/`voxtral` block to restore proper alphabetical
ordering).
| - qwen3_next | ||
| - smollm3 | ||
| - seed_oss | ||
| - step3p5 |
There was a problem hiding this comment.
Fix alphabetical ordering in supported models list.
The model step3p5 is inserted between seed_oss and voxtral, but the list appears to be alphabetically sorted. The correct alphabetical order should be: seed_oss, smollm3, step3p5. Currently, smollm3 appears before seed_oss at line 91-92, which breaks alphabetical sorting.
📝 Proposed fix to restore alphabetical order
- qwen3_next
+- seed_oss
- smollm3
-- seed_oss
- step3p5
- voxtral🤖 Prompt for AI Agents
In `@src/axolotl/integrations/cut_cross_entropy/README.md` at line 93, The
supported models list in README.md is out of alphabetical order: move the
`step3p5` entry so the sequence around `seed_oss`, `smollm3`, `step3p5`,
`voxtral` is alphabetically correct; specifically ensure `seed_oss` is followed
by `smollm3` and then `step3p5` (adjust the list entries near the current
`seed_oss`/`smollm3`/`voxtral` block to restore proper alphabetical ordering).
|
📖 Documentation Preview: https://69821718bc306719dc4ef2a2--resonant-treacle-0fd729.netlify.app Deployed on Netlify from commit 9435a43 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
Add support in CCE for https://huggingface.co/stepfun-ai/Step-3.5-Flash
Motivation and Context
How has this been tested?
AI Usage Disclaimer
Screenshots (if appropriate)
Types of changes
Social Handles (Optional)
Summary by CodeRabbit
Release Notes
Chores
Documentation