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

Compatibility with the latest onnxruntime 1.17.0 #560

Open
nemphys opened this issue Feb 3, 2024 · 2 comments
Open

Compatibility with the latest onnxruntime 1.17.0 #560

nemphys opened this issue Feb 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nemphys
Copy link

nemphys commented Feb 3, 2024

Feature request

ONNX runtime 1.17.0 was released recently and, apart from everything else, it contains a fix for the model dispose method in onnxruntime-node (which was effectively a no-op until v.1.16.3), making it actually do what it implies.

Motivation

Being able to properly dispose models and free up memory is critical for some applications and would be a very welcome addition to the project.

Your contribution

Since I am not familiar with typescript, I am unfrunately unable to help.

@nemphys nemphys added the enhancement New feature or request label Feb 3, 2024
@xenova
Copy link
Owner

xenova commented Feb 3, 2024

Hi there 👋 Yes, this is already being worked on, and will mark the upgrade to v3 (see #545)

@nemphys
Copy link
Author

nemphys commented Feb 4, 2024

was not aware, great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants