Closed
Description
Problem Description
Thanks for such a great project
I want to try it in my Electron app.
It would be great if I could load local models
Solution Description
// Using CreateMLCEngine
const engine = await CreateMLCEngine('/path/to/local/model', { initProgressCallback });
Alternatives Considered
No response
Additional Context
No response