upgrade transformers==5.3.0 trl==0.29.0 kernels#3459
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis pull request updates dependencies in requirements.txt (transformers, deepspeed, trl, hf_xet, kernels), adjusts CUDA matrix entries in CI workflows from version 12.9.1 to 12.8.1, adds an optional model parameter to the OptimizerMixin.create_optimizer method, and updates test assertions for tokenizer type validation and expected token IDs. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
📖 Documentation Preview: https://69aabc1b2436da3456e58629--resonant-treacle-0fd729.netlify.app Deployed on Netlify from commit bc23aa9 |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
| [ | ||
| "sft_cfg", | ||
| "rm_cfg", | ||
| # "rm_cfg", # TODO fix for num_labels = 2 vs 1 |
| tokenizer = load_tokenizer(cfg) | ||
| assert tokenizer("<|im_start|>user")["input_ids"] == [1, 32000, 1404] | ||
| assert "LlamaTokenizer" in tokenizer.__class__.__name__ | ||
| assert tokenizer("<|im_start|>user")["input_ids"] == [1, 32000, 1792] |
There was a problem hiding this comment.
there was a tokenizers change upstream
There was a problem hiding this comment.
Description
Motivation and Context
How has this been tested?
AI Usage Disclaimer
Screenshots (if appropriate)
Types of changes
Social Handles (Optional)
Summary by CodeRabbit
Chores
Tests