Open
Bug 1921807
Opened 9 months ago
Updated 9 months ago
Inference Engine: Ignore model revision when modelhubtemplate is defined
Categories
(Core :: Machine Learning, enhancement)
Core
Machine Learning
Tracking
()
NEW
People
(Reporter: vbaungally, Assigned: tarek)
References
Details
(Whiteboard: [genai])
For the perf test, when we do git clone <model_url>
, it downloads the model to the MOZ_FETCHES_DIR
but the format in which it's stored is {model}
rather than {model}/resolve/{revision}
.
When running with just {model}
for modelHubUrlTemplate
, the following error occurs Error: Error: Invalid model URL: /{model_name}/tokenizer_config.json
.
We may have to ignore the revision if there's no {revision} defined in the modelHubUrlTemplate
.
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•