Closed
Bug 1886495
Opened 2 years ago
Closed 2 years ago
Make the url template a config option in ModelHub
Categories
(Core :: Machine Learning: General, enhancement)
Core
Machine Learning: General
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
Details
Attachments
(1 file)
The default layout on places like HF is ${organization}/${modelName}/resolve/${modelVersion}/${file} but we might want to have a simpler:
${organization}/${modelName}/${modelVersion}/${file} or even ${organization}/${modelName}/${file}
Let's make that template configurable when creating the ModelHub class
| Assignee | ||
Updated•2 years ago
|
Type: defect → enhancement
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D205308
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8dc1b81ec5a3
Make the url template a config option in ModelHub r=gregtatum
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•