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**: Seldon v2 operator does not close smoke test connection to scheduler. Moreover, the scheduler server sends the current model status in...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Documents changes introduced in #5073 **Special notes for your reviewer**:
**What this PR does / why we need it**: 1. stats collector works in a general way 2. add support to use model infer delay to scale up model replicas...
**What this PR does / why we need it**: Only rclone specified artifact version directory to speed up the model loading process. For tritonserver, agent clones the config.pbtxt file along...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
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 installed SeldonCoreV2 with Docker Compose and I can execute the local [examples](https://docs.seldon.io/projects/seldon-core/en/v2/contents/examples/local-examples.html). After that, I set up my own Triton example with the help of [this](https://docs.seldon.io/projects/seldon-core/en/v2/contents/examples/tritonclient-examples.html). Now I'm...
I've noticed this issue with the same `seldon-core` version (2.6.0) and installation conditions that I described on another reported [issue](https://github.com/SeldonIO/seldon-core/issues/5176). ## Describe the bug I created the pipeline `tfsimples` following...
Currently we have installed Seldon Core v2 with version 2.6.0 on a k8s cluster. Based on the installation instructions of kafka on our k8s cluster, we followed the recommendation using...
Hello folks, since the documentation indicates, that the v2 seldon controller manager can be scaled, would it make sense for you to make the replica count for the controller configurable...