Integrate "get model versions" and "download specific model version" into cpp Core with max_versions#816
Integrate "get model versions" and "download specific model version" into cpp Core with max_versions#816selenayang888 wants to merge 28 commits into
Conversation
…o baijumeswani/catalog
…/integrate-get-model-versions-into-cpp
…odel-versions-into-cpp
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…odel-versions-into-cpp
…odel-versions-into-cpp
… the default list"
| /// Returns the variants (in any order; the base class sorts/indexes them) | ||
| /// for the given alias. |
There was a problem hiding this comment.
These should automatically be sorted by AddVariant so should be in the same priority order as the model list output.
There was a problem hiding this comment.
Updated the docstring since AddVariant handles ordering automatically.
|
Will the other language bindings have GetModelVersions exposed in this PR or a separate one? AI should be able to handle adding that fairly easily. |
This PR for the implementation of GetModelVersion is only for C++ Core. I think we will have separate PR for other language bindings in the future. |
…odel-versions-into-cpp
Porting the changes "get model versions" and "download specific model version" from C# into C++ Core now: