Skip to content

Conversation

@daniil-lyakhov
Copy link
Collaborator

@daniil-lyakhov daniil-lyakhov commented Nov 6, 2025

Changes

Rebase of the PR #3296

Reason for changes

To make it possible to run AWQ/Scale estimation for the mamba models

Related tickets

#3230

Tests

for output_port_id, out in enumerate(op.outputs()):
node_vs_target_inputs = defaultdict(list)
for inp in out.get_target_inputs():
for inp in sorted(out.get_target_inputs(), key=lambda inp: inp.get_node().get_friendly_name()):
Copy link
Contributor

@ljaljushkin ljaljushkin Nov 11, 2025

Choose a reason for hiding this comment

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

why is it needed?
do we rely on order of friendly names somewhere?

@github-actions github-actions bot added the NNCF PT Pull requests that updates NNCF PyTorch label Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF PT Pull requests that updates NNCF PyTorch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants