I get the following error if I call a Helsinki NLP model with the pipeline in a web worker (as in demo example). It works if called in the main app on the main thread (not ideal). Other hugging face models work fine in the worker.
utils.js:423 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at softmax (utils.js:423:1)
at Function.sample (samplers.js:227:1)
at Function._call (samplers.js:31:1)
at closure (utils.js:544:1)
at Function.generate (models.js:742:1)
at async Function._call (pipelines.js:373:1)