seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
Bumps google.golang.org/protobuf from 1.34.1 to 1.35.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
how to calculate every feature cost time in wrapper.py I split every request data to json ,but it calls to OOM ``` def Predict(): requestJson = get_request(skip_decoding=PAYLOAD_PASSTHROUGH) data = ""...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
We are currently using seldon-core-operator and would like to add tolerations and nodeSelector to the seldon-controller-manager. We are using the chart like this: helm upgrade --install seldon-core seldon-core-operator \ --repo...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
This PR addresses two things - It adds support for the new `.json` file format of XGBoost models and raises a deprecation warning for those still using `.bst`. - It...
**What this PR does / why we need it**: The following are the CVEs addressed by this PR. CVE-2023-46136 which deals with werkzeug CVE-2023-49083 which addresses the cryptography library `werkzeug==3.0.4`...
**What this PR does / why we need it**: Only expose `/stats` and `/ready` on port `9003`. **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: Tested...