Skip to content

update the onnxruntime-web version to support the multithreads #882

@helloburke

Description

@helloburke

Feature request

// Due to a bug in onnxruntime-web, we must disable multithreading for now.
// See [Web] chrome V3 extension TypeError: URL.createObjectURL is not a function · Issue #14445 · micros for more information.
env.backends.onnx.wasm.numThreads = 1;

the issue of microsoft/onnxruntime#14445 was closed.
Is it possible to enable multi-threading for onnxruntime-web with WASM?

Motivation

update the onnxruntime-web version to support the multithreads

Your contribution

no

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions