Skip to main content

Enable KServe

Model serving with KServe is disabled by default. If you want to enable it on your Connected AI Platform instance, update your product.yaml by adding the following configuration and creating a subsequent Pull Request:

product.yaml
modules:
knative:
enable: true
dependencies:
kserve: true

For more information on model serving, check out the Model Serving section in our user handbook.

Disable KServe

If you had previously enabled KServe and want to disable it, revert the configuration block above (set it to false) following the same process of creating a Pull Request.