Sivanantham

Results 44 issues of Sivanantham

**What this PR does / why we need it**: - Recently github [increased the computing power of workflow runners](https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/). This PR makes use of this to reduce the running time...

**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...

**What this PR does / why we need it**: Currently, we are using [default multiprocessing context to set the process start method](https://github.com/kserve/kserve/blob/6f4b7a95feb2c0a89b4534428cfdaa14e26fdca7/python/kserve/kserve/model_server.py#L206) to `fork`, since FastApi/Uvicorn server does not support...

do-not-merge/work-in-progress
approved

**What this PR does / why we need it**: Refer #3270 **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR...

/kind bug I’m trying to start a kserve model server with 2 workers like this ```model = ModelAPI(MODEL_NAME, MODEL_VERSION) model.load() kserve.ModelServer(workers=2).start([model]) ``` But I get this error in the log...

kind/bug

**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...

**What this PR does / why we need it**: Sets file's group to the root group and give the group the same permissions as the users. This is the recommendation...

**What this PR does / why we need it**: This PR enables transformer to check for predictor's health in addition to its health check. This feature is hidden behind model...

/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Followed the [Alibi explainer example in the website](https://kserve.github.io/website/0.11/modelserving/explainer/alibi/income/) with path...

kind/bug

**Which issue is resolved by this Pull Request:** Resolves # Kserve recently renamed the release artifact from kserve-runtimes.yaml to kserve-cluster-resources.yaml. However, the Makefile still references the old one. This PR...

size/M