Skip to content
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

Enable >2GB models + allow model paths to be passed for generate_artifacts API #20958

Merged
merged 14 commits into from
Jun 21, 2024

Conversation

carzh
Copy link
Contributor

@carzh carzh commented Jun 6, 2024

Description

Alternative design from #20942

Allow users to pass in a model path for the generate_artifacts API.

Motivation and Context

  • ONNX API calls such as the onnx checker + shape inference fail when given a model > 2GB, but work if a path to a model >2GB is passed in.

@carzh carzh requested review from baijumeswani and skottmckay June 13, 2024 06:15
@carzh carzh marked this pull request as ready for review June 13, 2024 06:15
carzh added 2 commits June 19, 2024 18:31
…nerate_artifacts typically will throw an error if unsuccessful
baijumeswani
baijumeswani previously approved these changes Jun 19, 2024
skottmckay
skottmckay previously approved these changes Jun 20, 2024
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