Skip to content

Commit 881559b

Browse files
committed
Bug 1883590 - Implement the model hub client - r=gregtatum
Signed-off-by: Tarek Ziadé <tarek@ziade.org> Differential Revision: https://phabricator.services.mozilla.com/D203598
1 parent d5f8717 commit 881559b

File tree

8 files changed

+890
-0
lines changed

8 files changed

+890
-0
lines changed

browser/base/content/test/static/browser_all_files_referenced.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@ var allowlist = [
283283
// Bug 1875361
284284
{ file: "chrome://global/content/ml/SummarizerModel.sys.mjs" },
285285

286+
// Bug 1886130
287+
{
288+
file: "chrome://global/content/ml/tests/acme/bert/resolve/main/config.json",
289+
},
290+
{ file: "chrome://global/content/ml/ModelHub.sys.mjs" },
291+
286292
// toolkit/xre/MacRunFromDmgUtils.mm
287293
{ file: "resource://gre/localization/en-US/toolkit/global/run-from-dmg.ftl" },
288294

0 commit comments

Comments
 (0)