We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test.zip
I have created the same project that you have provided using service-worker using Vite.
The problem is that the CreateServiceWorkerMLCEngine never initialized.
console.log("CREATING ENGINE: CreateServiceWorkerMLCEngine...."); // <<<<<<------------ const engine: webllm.ServiceWorkerMLCEngine = await webllm.CreateServiceWorkerMLCEngine(selectedModel, { initProgressCallback: initProgressCallback, }); console.log("CREATING ENGINE: CreateServiceWorkerMLCEngine....CREATED"); // <<<<<<------------ NEVER GOES HERE.....
The text was updated successfully, but these errors were encountered:
I found how to configure property using Vite test.zip
I have included the solution files.
You can close the issue.
Sorry, something went wrong.
No branches or pull requests
test.zip
I have created the same project that you have provided using service-worker using Vite.
The problem is that the CreateServiceWorkerMLCEngine never initialized.
The text was updated successfully, but these errors were encountered: