Results 4 issues of Kirill Statsenko

/kind bug **What steps did you take and what happened:** I reproduced steps from documentation related to [Tensorflow runtime deployment](https://kserve.github.io/website/latest/modelserving/v1beta1/tensorflow/) and deployed InferenceService But when I try to list deployed...

This issue is a part of my attempt to add CatBoost model format support for the MLServer runtime. Original PR with kserve controller changes - https://github.com/kserve/kserve/pull/4603 ## Proposed Changes -...

/kind bug **What steps did you take and what happened:** I tried to run https://huggingface.co/openai/gpt-oss-20b model using HuggingFace runtime (`kserve/huggingfaceserver:latest-gpu` and `kserve/huggingfaceserver:v0.15.2-gpu`) and received such exception inside runtime container: ```txt...

I faced a problem with resource exposure from GPU with MIG enabled, I can see that there is no difference between `1g.10gb` and `1g.10g+me` GPU instances from the perspective of...