-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Misc] Bump up transformers to v4.39.0 & Remove StarCoder2Config #3551
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I went through the release log and don't seem to find any breaking changes related to our transformers
usage from upgrading it to 4.39.
@ywang96 Thanks for the quick review! |
@WoosukKwon I have addressed conflicts that related to the Jais model. And this PR seems not adding @bufferoverflow as a co-author. |
@esmeetu Thanks for fixing the merge error! I actually added him as a co-author in the commit message 😅 . That's why I disabled and re-enabled auto-merge. |
But I didn't find that. So werid. 🫨 |
Oh it was in the commit message for the scheduled squash merge, so wasn’t visible. |
* upstream/main: [Misc] Bump up transformers to v4.39.0 & Remove StarCoder2Config (vllm-project#3551) [Misc][Log] Add log for tokenizer length not equal to vocabulary size (vllm-project#3500) [🚀 Ready to be merged] Added support for Jais models (vllm-project#3183) Fix 1D query issue from `_prune_hidden_states` (vllm-project#3539) [PREFIX CACHING FOLLOW UP] OrderedDict-based evictor (vllm-project#3431) [BugFix] Hot fix in setup.py for neuron build (vllm-project#3537) Migrate `logits` computation and gather to `model_runner` (vllm-project#3233) [1/n][Chunked Prefill] Refactor input query shapes (vllm-project#3236) [1/n] Triton sampling kernel (vllm-project#3186) [Bugfix] Fix ROCm support in CMakeLists.txt (vllm-project#3534)
There is a patch release out, see https://github.com/huggingface/transformers/releases/tag/v4.39.1 maybe bump to this already? |
@bufferoverflow Thank you for bringing this up! Yes we were aware of this patch (In fact @WoosukKwon What's your opinion on explicitly requiring |
We should do it. Could you submit a PR? Otherwise I will do it tmr. |
…m-project#3551) Co-authored-by: Roy <jasonailu87@gmail.com> Co-authored-by: Roger Meier <r.meier@siemens.com>
This PR bump up the transformers version to v4.39.0. Thanks to the version up, we can delete
StarCoder2Config
.