You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
@huggingface/transformers has been announced to be available on NPM, we might try to upgrade it since we are using transformers-branch:v3-one_commit to leverage webgpu support.
Some notes and scenarios we should test:
Package name changes: @xenova/transformers -> @huggingface/transformers, we should replace imports
Does the api call change
The version of the dependency ort-web, which affects the version of ort.wasm (we define it in the config.js file since we support a hosted mode to run demos completely offline)
Does it match the examples leveraging wasm as a backend.