Closed
Bug 1881525
Opened 1 year ago
Closed 10 months ago
Allow model caching in MLWorker
Categories
(Core :: Machine Learning, enhancement)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
People
(Reporter: tarek, Assigned: tarek)
References
Details
(Whiteboard: [genai])
When doing inference with the new ml
architecture, the framework running in wasm in the ChromeWorker might fetch model files dynamically.
In order to implement an efficient caching mechanism, we need to request data to the parent so it can fetch the file on our behalf or use a cached version.
Let's add this flow once bug 1881522 is resolved
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → tziade
Type: defect → enhancement
Updated•10 months ago
|
Whiteboard: [genai]
Updated•10 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/GENAI-9
Assignee | ||
Comment 1•10 months ago
|
||
Done with bug 1887826
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•