-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[V0 Deprecation] Remove MultiModalPlaceholderMap
#25366
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
[V0 Deprecation] Remove MultiModalPlaceholderMap
#25366
Conversation
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
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.
Code Review
This pull request removes the MultiModalPlaceholderMap
class and its usages, which were part of the deprecated V0 model runner. The changes are straightforward deletions of code across various files, including tests, attention backends, and multimodal utility modules. The cleanup is well-executed and improves the maintainability of the codebase by removing obsolete components. The changes are consistent and correct.
Culprit commit : vllm-project/vllm#25332 and vllm-project/vllm#25321 and vllm-project/vllm#25366 --------- Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai> Signed-off-by: Konrad Zawora <kzawora@habana.ai> Co-authored-by: Konrad Zawora <kzawora@habana.ai>
Culprit commit : vllm-project/vllm#25332 and vllm-project/vllm#25321 and vllm-project/vllm#25366 --------- Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai> Signed-off-by: Konrad Zawora <kzawora@habana.ai> Co-authored-by: Konrad Zawora <kzawora@habana.ai> Signed-off-by: slokesha <slokeshappa@habana.ai>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: charlifu <charlifu@amd.com>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: yewentao256 <zhyanwentao@126.com>
Purpose
Now that V0 model runner is gone, we can remove this.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.