You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to specify whether a deployed TrustyAIService should configure a specific model server (e.g. ModelMesh or KServe) or not.
The operator should provide defaults if this configuration is not present.
As an example, if I do not want KServe inference services to be automatically configured, but ModelMesh ones to be, I would add the following to a TrustyAIService CR:
payloadProcessor:
modelmesh: yeskserve: no
Validation
When deploying a TrustyAIService with
payloadProcessor:
modelmesh: yeskserve: no
and a ModelMesh inference service: ModelMesh should be configured.
When deploying a TrustyAIService with
payloadProcessor:
modelmesh: nokserve: yes
with ModelMesh inference service: ModelMesh should be not configured. With a KServe inference service: it should be configured.
When deploying a TrustyAIService with
payloadProcessor:
modelmesh: yeskserve: yes
Any inference service (ModelMesh or KServe) should be configured.
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to specify whether a deployed
TrustyAIService
should configure a specific model server (e.g. ModelMesh or KServe) or not.The operator should provide defaults if this configuration is not present.
As an example, if I do not want KServe inference services to be automatically configured, but ModelMesh ones to be, I would add the following to a
TrustyAIService
CR:Validation
When deploying a
TrustyAIService
withand a ModelMesh inference service: ModelMesh should be configured.
When deploying a
TrustyAIService
withwith ModelMesh inference service: ModelMesh should be not configured. With a KServe inference service: it should be configured.
When deploying a
TrustyAIService
withAny inference service (ModelMesh or KServe) should be configured.
The text was updated successfully, but these errors were encountered: