I have a setup where the Kserve endpoint is mounted to PVC, which reads model files on startup and loads them.
Is it possible to register a new version of the model (after I added it to PVC) without restarting whole Kserve endpoints with other models and expanding config.properties?
Torchserve supports this use case but I can't find documentation to do it on Kserve.
I have a setup where the Kserve endpoint is mounted to PVC, which reads model files on startup and loads them.
Is it possible to register a new version of the model (after I added it to PVC) without restarting whole Kserve endpoints with other models and expanding config.properties?
Torchserve supports this use case but I can't find documentation to do it on Kserve.