gecko-dev/toolkit/components/ml/content
Erik Nordin 2893ff2a72 Bug 1881865 - Await destroying translations engine r=gregtatum
The functions to force destroy the TranslationsEngine
were previously returning a promise that had the
potential to resolve before the engine was actually
destroyed. This ensures everything is properly awaited.

Differential Revision: https://phabricator.services.mozilla.com/D212310
2024-06-04 14:36:20 +00:00
..
EngineProcess.sys.mjs Bug 1881865 - Await destroying translations engine r=gregtatum 2024-06-04 14:36:20 +00:00
MLEngine.html
MLEngine.worker.mjs
ModelHub.sys.mjs Bug 1892989 - Rely on RS for models updates r=gregtatum 2024-04-30 13:37:47 +00:00
ONNXPipeline.mjs Bug 1897117 - Change the request structure for the ML image-to-text pipeline - r=gregtatum 2024-05-16 16:56:18 +00:00
Utils.sys.mjs