Expected Behavior
The ModelSpec link in the predictor spec should be to to the model spec in the v1beta1 part of the reference docs.
Actual Behavior
The link is instead to the model spec in the v1alpha1 part of the spec (representing a trained model).
Steps to Reproduce the Problem
- Go to https://kserve.github.io/website/docs/reference/crd-api#predictorspec and click on the
ModelSpec field.
Additional Info
Additional context
Correct link has #modelspec-1 at the end, incorrect link is #modelspec
I've also found the same mistake in https://kserve.github.io/website/docs/reference/crd-api#modelformat. It's probably worth checking every modelspec link.
Install information:
N/A
Expected Behavior
The
ModelSpeclink in the predictor spec should be to to the model spec in the v1beta1 part of the reference docs.Actual Behavior
The link is instead to the model spec in the v1alpha1 part of the spec (representing a trained model).
Steps to Reproduce the Problem
ModelSpecfield.Additional Info
Additional context
Correct link has
#modelspec-1at the end, incorrect link is#modelspecI've also found the same mistake in https://kserve.github.io/website/docs/reference/crd-api#modelformat. It's probably worth checking every modelspec link.
Install information:
N/A