[Good First Issue]: Expose ov.saveModel() functionality #27092
Labels
category: JS API
OpenVino JS API Bindings
good first issue
Good for newcomers
no_stale
Do not mark as stale
Milestone
Context
OpenVINO works in Node.js environment!
We are looking for new contributors who can help with enabling C++ API methods
in JavaScript side.
First of all read Node.js API Contribution Guide.
Task Details
Expose
ov::save_model()
method.From JavaScript side it will be
ov.saveModel()
method.This method takes 3 arguments: model to save, path to output model file and bool value whether to compress floating point weights to FP16.
Useful links
ov::save_model()
methodWhat needs to be done?
ov.saveModel()
method should be implemented. It might be./src/bindings/js/node/src/addon.cpp. Implement the method.
How to take this issue
To take this issue leave text:
.take
as the comment in this issue.It will assign this issue to you automatically. Please, make sure that the issue has the status Contributors Needed and doesn't have another user in Assingnees.
Example Pull Requests
Resources
Contact points
@almilosz @vishniakov-nikolai
Please, mention us in this issue discussion if you have any questions.
Ticket
No response
The text was updated successfully, but these errors were encountered: