Skip to content

Conversation

@anzr299
Copy link

@anzr299 anzr299 commented Oct 15, 2025

Summary

Add compress pt2e to the openvino llama example flow. This change allows users to employ algorithms like AWQ, scale estimation etc.

@anzr299 anzr299 marked this pull request as draft October 15, 2025 09:10
raise ImportError(
"Please install nncf via backends/openvino/requirements.txt"
)
tokenizer = get_tokenizer(builder_exported.tokenizer_path)
Copy link
Owner

Choose a reason for hiding this comment

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

I wonder if we can use helper functions to reduce this part of the code inside export_llama_lib.py maybe?

Copy link
Author

Choose a reason for hiding this comment

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

Done.

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.

2 participants