xinference.client.Client.unregister_model#

Client.unregister_model(model_type: str, model_name: str)[Quellcode]#

Unregister a custom model.

Parameter:
  • model_type (str) – The type of model.

  • model_name (str) – The name of the model

Verursacht:

RuntimeError – Report failure to unregister the custom model. Provide details of failure through error message.