Skip to content

Commit

Permalink
Fixed crd config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jan 27, 2025
1 parent 75285d7 commit 78b3c71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ spec:
type: string
type: object
llm:
description: LLMs spec
description: LLM spec
properties:
modelRef:
description: |-
one of the following need to be set for LLMs
one of the following need to be set for the LLM
Reference to Model
type: string
pipelineRef:
Expand Down
4 changes: 2 additions & 2 deletions k8s/yaml/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ spec:
type: string
type: object
llm:
description: LLMs spec
description: LLM spec
properties:
modelRef:
description: |-
one of the following need to be set for LLMs
one of the following need to be set for the LLM
Reference to Model
type: string
pipelineRef:
Expand Down
4 changes: 2 additions & 2 deletions operator/config/crd/bases/mlops.seldon.io_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ spec:
type: string
type: object
llm:
description: LLMs spec
description: LLM spec
properties:
modelRef:
description: |-
one of the following need to be set for LLMs
one of the following need to be set for the LLM
Reference to Model
type: string
pipelineRef:
Expand Down

0 comments on commit 78b3c71

Please sign in to comment.