huggingface / transformers.js

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
https://huggingface.co/docs/transformers.js
Apache License 2.0
12.14k stars 770 forks source link

Will these mistakes have an impact? #994

Open aidscooler opened 4 weeks ago

aidscooler commented 4 weeks ago

Question

After AutoProcessor.from_pretrained is loaded, an error occurred, and the error message is as follows:

ort-wasm-simd-thread…jsep.wasm:0x10367e0 2024-10-25 20:11:31.705399 [W:onnxruntime:, session_state.cc:1168 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
ort-wasm-simd-thread…jsep.wasm:0x10367e0 2024-10-25 20:11:31.706300 [W:onnxruntime:, session_state.cc:1170 VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

augustsaintfreytag commented 1 week ago

Adding to that, is there something I can do about these log messages being printed in yellow? The Electron dev console has a white background and yellow on white is basically illegible. I’m guessing people using light themes in their terminal would have the same issue.