Skip to content

Is web-llm supposed to work on mobile Chrome (android)? #722

@salamanders

Description

@salamanders

In javascript, this works on my desktop Chrome, but not on an Android device's chrome:

this.#engine = await CreateMLCEngine(MAIN_MODEL_ID, {
  initProgressCallback: (report) => {
    this._updateStatus(report.text);
  }
});
LanguageModel.js:61 Failed to initialize the main AI model. GPUPipelineError: CreateComputePipelines failed with VK_ERROR_UNKNOWN
  - While initializing [ComputePipeline (unlabeled)]
    at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:106)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions