Skip to content

Model Version Support

We provide the capability to download and register various commits of the single model from HuggingFace. Follow the steps below for the same :

Set Default Model Version

If multiple versions of the same model are registered, we can set a particular version as the default for inferencing by running the following command:

curl -v -X PUT "http://{inference_server_endpoint}:{management_port}/{model_name}/{repo_version}/set-default"