Clive Cox

Results 246 comments of Clive Cox

We will be addressing this is v2 of our APIs

There is code [here](https://github.com/SeldonIO/seldon-core/blob/7a94dbfe354cef2ada1b6a563f7acf66328463df/operator/controllers/seldondeployment_controller.go#L1734) to remove old SVCs so need to see why this is not working with some examples.

Are you able to provide a PR for this or an outline of steps?

Can you clarify which version of Seldon Core - if not latest can you try with latest? Also - what is the model that is being run - have you...

Its most likely some detail of your model - how its loaded and used. Can you provide some more details?

In general you could achieve this by 1. Extending your graph to have a Router before each item. Although this is a challenge with Triton as that is using the...

At present `/api/v1.0/predictions` is expected in the service orchestrator and python wrapper as the v1 protocol path for predictions so even if we did allow this it would need changes...

Can you give some background on your request so we can factor into future API updates. We are looking for what things to improve upon in v2 APIs.

You can add input and output transformers to the inference graph. Have you tried this?

This seems reasonable if we can make the current default easy so people don't need to specify both