Skip to content

Fix HPUMambaMixer2 inheritance dependency#1016

Open
jbyczkow wants to merge 2 commits intovllm-project:releases/v0.16.0from
jbyczkow:hpumambamixer2_inheritance
Open

Fix HPUMambaMixer2 inheritance dependency#1016
jbyczkow wants to merge 2 commits intovllm-project:releases/v0.16.0from
jbyczkow:hpumambamixer2_inheritance

Conversation

@jbyczkow
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the initialization method in HPUMambaMixer2 to use proper Python inheritance patterns. The change replaces a direct CustomOp.__init__() call with the recommended super() pattern.

Changes:

  • Modified the parent class initialization to use super() instead of direct class reference

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@michalkuligowski michalkuligowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed for 0.15.1 also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants