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
@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.
The text was updated successfully, but these errors were encountered:
@huggingface/transformers
has been announced to be available onNPM
, we might try to upgrade it since we are usingtransformers-branch:v3-one_commit
to leveragewebgpu
support.Some notes and scenarios we should test:
@xenova/transformers
->@huggingface/transformers
, we should replace importsort-web
, which affects the version of ort.wasm (we define it in theconfig.js
file since we support a hosted mode to run demos completely offline)wasm
as a backend.The text was updated successfully, but these errors were encountered: