Closed
Bug 1925282
Opened 1 year ago
Closed 1 year ago
models and organizations allow/deny lists
Categories
(Core :: Machine Learning: General, enhancement)
Core
Machine Learning: General
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
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [genai]
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
•
|
||
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:
- ALL models ALL VERSIONS from the mozilla organization on hugging face : https://huggingface.co/Mozilla/
- ALL models ALL VERSIONS from our hub: https://model-hub.mozilla.org/
- A specific model ALL VERSIONS https://huggingface.co/typeform/distilbert-base-uncased-mnli/
- A specific model and a specific version https://huggingface.co/Mozilla/distilvit/blob/v0.5.0/
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
| Assignee | ||
Updated•1 year ago
|
Summary: models and organizations allo/deny lists → models and organizations allow/deny lists
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D227327
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D221606
Updated•1 year ago
|
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
Comment 5•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•