Skip to content

[ONNX] Add external_data_dir backend parameter #3443

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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

andrey-churkin
Copy link
Contributor

Changes

Reason for changes

Related tickets

Tests

@andrey-churkin andrey-churkin requested a review from alexsu52 April 18, 2025 09:49
@andrey-churkin andrey-churkin requested a review from a team as a code owner April 18, 2025 09:49
@github-actions github-actions bot added NNCF ONNX Pull requests that updates NNCF ONNX NNCF PTQ Pull requests that updates NNCF PTQ API Public API-impacting changes labels Apr 18, 2025

external_data_dir = get_external_data_dir(advanced_parameters)
if external_data_dir:
model.metadata_props.add(key="nncf.external_data_dir", value=external_data_dir)
Copy link
Contributor

Choose a reason for hiding this comment

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

Will NNCF return a model with metadata_props nncf.external_data_dir?

@alexsu52 alexsu52 self-assigned this Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Public API-impacting changes NNCF ONNX Pull requests that updates NNCF ONNX NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants