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

Add backend.prepare Handle Large Models #1074

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

woojh3690
Copy link

#962 Introduce the capability to load large ONNX model files (>2GB) by accepting file paths directly. This update checks if the 'model' parameter is a string or path-like object and uses the 'load' function to handle the file appropriately.

Introduce the capability to load large ONNX model files (>2GB) by
accepting file paths directly. This update checks if the 'model'
parameter is a string or path-like object and uses the 'load' function
to handle the file appropriately.

Signed-off-by: woojh3690 <[email protected]>
@woojh3690 woojh3690 marked this pull request as draft March 28, 2024 08:28
@woojh3690 woojh3690 marked this pull request as ready for review March 28, 2024 08:29
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.

1 participant