Vincent
Vincent
Hi all, I am super new to Dali Backend, but the benchmark I recently ran are incredible. I am trying to preprocess the data with Dali backend, but struggle with...
**Problem Statement** History make it possible to reactively check who made a change to an object, but there is no way to proactively check changes. For example, someone make a...
### Version OS: Ubuntu 22.04 Python: 3.10.2 Pulsar: pulsar-client==3.2.0 ### Minimal reproduce step ```python3 from pulsar.schema import JsonSchema, Record, Array, String class A(Record): a = String() class B(Record): b =...
Instantiating a multi topic consumer, using a client with provided logger, result undesired debug logging, which logs the a dump of the message. This can result in extremely high logging...
**Description** I deployed Triton Inference Server on Kubernetes (GKE). To balance the load, I created a Load Balancer Service. As a client, I'm using the Python HTTP client. I was...
### Problem: A common use case of ensemble model is `preprocess -> inference -> postprocess`. In most case, user will request last step output (postprocessed inference), as it might for...
# Bug Description `/lol/match/v5/matches/by-puuid/{puuid}/ids` and `/lol/match/v5/matches/{matchId}/timeline` return **502 Bad Gateway** with an **HTML DOCTYPE** body instead of JSON. This only happens when using the **europe** routing value (no specific Game...