seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
**What this PR does / why we need it**: A kind person at gophercon pointed out that our usage of `time.After` here could lead to a memory leak. This can...
Not able to deploy Xgboost model using Xgboost Prepackaged Inference Server through Seldon Operator
## Describe the bug Hello, I have been working with Seldon from quite some time and have been able to deploy multiple models using different pre-packaged inference servers provided by...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.23.6 to 0.25.1. Commits d6c357a Update dependencies to v0.25.1 tag fce3016 Merge pull request #112161pohly/automated-cherry-pick-of-#112129 29513a2 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 5c4a1b1 Merge remote-tracking...
Bumps [nbqa](https://github.com/nbQA-dev/nbQA) from 1.1.0 to 1.5.0. Changelog Sourced from nbqa's changelog. 1.5.0 (???) ``nbqa`` now removes empty cells which were not empty to begin with. Markdown files saved via ``Jupytext``...
Updates the requirements on [grpcio-reflection](https://grpc.io) to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...
**What this PR does / why we need it**: Adding support for passing nodeSelector & tolerations to the deployment of the Seldon orchestrator. Hopefully, this is something useful. **Which issue(s)...
Hi @cliveseldon! I've been tracking Seldon Core for some time back to 2019. I'm curious with the Kafka integration if it is possible to process AVRO messages. In particular, it...
## Describe the bug Deploying a MlFlow model that will use a pickle of a `pandas` dataframe created (and then loaded in the model in the `load_context` function) with `pandas==1.4.4`...
## Describe the bug The dependencies that we specify in the `conda.yaml` file of the MlFlow model are overridden by `requirements.txt` of the mlflow server, in particular by this file...
**What this PR does / why we need it**: Adds support for Ambassador V2 CRDs **Which issue(s) this PR fixes**: Fixes #3872 Fixes #3790 Fixes #4034 **Special notes for your...