Errors in console:
#1
by
MicahB
- opened
Hello, when loading this model on NodeJS Transformers.js, I get about a million of this error:
2024-02-04 12:57:59.9293011 [W:onnxruntime:, graph.cc:3490 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/transformer/h.34/mlp/act/Constant_output_0'. It is not used by any node and should be removed from the model.
Please let me know if you need more information from me, or if I have something setup wrong so that I can fix it.
Thanks,
MicahB.
Hi, @MicahB !
Unfortunately, it's a known issue on the ONNX Runtime version used in transformers.js v2
[1][2]. Hopefully, in transformers.js v3 the ONNX Runtime will be updated to a newer one and this warning will be goneπ€
For now, we can only ignore those console warnings.
Thank you for your fast response. Hopefully they do fix it eventually, π
Felladrin
changed discussion status to
closed