How do I determine or specify a model version?
Does the model served by the same name change over time?
How do I determine which model version I'm using?
{
"metadata": {
"model_info": {
"30089e05-99d1-4376-b32e-c263170674af": {
"name": "2-general-nova",
"version": "2024-01-09.29447",
"arch": "nova-2"
}
}
...
},
...
}How do I "pin" or always use the same version?
What are the risks or downsides to pinning a model version?
Can I fetch all historical versions of a given model?
Last updated