Jerry J. Harrow
Jerry J. Harrow
## Description Fix the cluster utils cluster_slots() agents url, and properly reference the agents dict within the response. This code was apparently not exercised without custom resource pools defined during...
### Describe the bug The implementation of src/bentoml/_internal/ray/__init__.py had dependencies upon internal Ray object which may change across releases leading to incompatibilities. In particular it references ASGIHTTPSender (which was only...
/kind bug **What steps did you take and what happened:** If you enable logging, the agent sidecar added breaks streaming responses. Instead of a streamed responses, the caller only gets...