JacobLinCool / smart-whisper

Smart Whisper is a native Node.js addon designed for efficient and streamlined interaction with the whisper.cpp, with automatic model offloading and model manager.
http://jacoblin.cool/smart-whisper/
MIT License
22 stars 2 forks source link

WhisperModel can be automatically freed by GC #24

Closed JacobLinCool closed 8 months ago

JacobLinCool commented 8 months ago

WhisperModel will now be automatically freed by the Node.js garbage collector if .free() has not been called previously.

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: 0f741dbb6a9889bb10d7ab40806ee45cf9495e5f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------- | ----- | | smart-whisper | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR