Closed
Bug 1929230
Opened 1 month ago
Closed 1 month ago
Add verbosity in onnx-runtime
Categories
(Core :: Machine Learning, enhancement)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
Details
Attachments
(1 file)
Following browser.ml.logLevel
, let's add verbosity in onnx:
transformers.env.backends.onnx.logLevel = "verbose";
transformers.env.backends.onnx.trace = true;
transformers.env.backends.onnx.debug = true;
Assignee | ||
Comment 1•1 month ago
|
||
Depends on D221606
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75c20c99447b
Add verbosity in onnx-runtime r=rrando
Comment 3•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•