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
Currently, the backend dropdown menu is the same for all models regardless of available backends. There is no error shown. As a result, you can click "Run" before any error is surfaced.
For example, the Text Toxicity model does not support WASM. Once the debugger is running, a pop-up appears with the following error:
Failed to run model: Kernel 'SparseToDense' not registered for backend 'wasm'
Feature request:
Only display available backends in the dropdown menu.
The text was updated successfully, but these errors were encountered:
Issue:
Currently, the backend dropdown menu is the same for all models regardless of available backends. There is no error shown. As a result, you can click "Run" before any error is surfaced.
For example, the Text Toxicity model does not support WASM. Once the debugger is running, a pop-up appears with the following error:
Feature request:
Only display available backends in the dropdown menu.
The text was updated successfully, but these errors were encountered: