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
Add a switch to configure the logging severity level of ONNX Runtime.
Example usage:
```
--no-sandbox --enable-logging --webnn-ort-logging-level=VERBOSE
```
Other severity levels could be "INFO", "WARNING" (default), "ERROR" and
"FATAL".
0 commit comments