Closed Bug 1925282 Opened 1 year ago Closed 1 year ago

models and organizations allow/deny lists

Categories

(Core :: Machine Learning: General, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
134 Branch
Tracking Status
firefox134 --- fixed

People

(Reporter: tarek, Assigned: tarek)

References

Details

(Whiteboard: [genai])

Attachments

(1 file, 1 obsolete file)

We will store on Remote Settings a list of Hugging Face models and organizations that are blessed to run in our inference engine without needing the MOZ_ALLOW_EXTERNAL_ML_HUB flag

Whiteboard: [genai]

Proposed mechanism: simple case insensitive pattern with URLs - we just match that every file we download match the allow list and is not in the deny list. This will be enough to handle all cases, from the rogue model or specific version, to blessing a full domain or organization

examples of patterns:

Each URL is tested and needs to be included in the allowlist and not in the denylist

The remote settings records have 3 fields:

  • filter: ALLOW or DENY
  • match: the url to match
  • description
Summary: models and organizations whitelisting → models and organizations allo/deny lists
Summary: models and organizations allo/deny lists → models and organizations allow/deny lists

Depends on D227327

Depends on: 1928057
Attachment #9434195 - Attachment is obsolete: true
Pushed by tziade@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9b85469b7aaa models and organizations allow/deny lists r=rrando
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: