seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
Hello! I found an AI-Specific Code smell in your project. The smell is called: Columns and DataType Not Explicitly Set You can find more information about it in this paper:...
## Describe the bug I have set the below values in my seldon deployment annotations spec: annotations: seldon.io/rest-timeout: "100000" seldon.io/grpc-timeout: "100000" Seldon deployment generates istio virtual services for the model....
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Presently hardwired to 60s. This could initial be changed to 0 to disable timeout. Ideally, a setting per Model/Pipeline.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
i have a seldon deployment which includes a couple of containers in the same pod, configuration for one container looks similar to below, the container is of type `COMBINER` ```...
I recently upgraded seldon from 1.15 to 1.16 version. I am using GKE (Google Kubernetes Engine cluster) Version 1.27 and I see a huge spike in the logs emitted from...
**What this PR does / why we need it**: The PR aims to fix Issue #5116. The bug description is mirrored below for easy reference. If the Seldon-core >= 1.16...