seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models

Results 519 seldon-core issues
Sort by recently updated
recently updated
newest added

**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...

size/XS
needs-ok-to-test

## 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...

bug

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...

size/M
needs-ok-to-test
dependencies
go

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``...

Python
size/XS
needs-ok-to-test
dependencies

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...

Python
size/XS
needs-ok-to-test
dependencies

**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)...

size/S
needs-ok-to-test

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...

v2

## 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`...

bug

## 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...

bug

**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...

size/XXL