AdemFr
AdemFr
#### Minimal, reproducible code sample, a copy-pastable example if possible ```python import numpy as np import zarr store = zarr.open_group("gs://my_bucket/remote_group.zarr", mode="r") for idx in ("group_1", "group_2"): nested_group = store[idx]["nested"]["group"] my_array...
# Description Adding explanation of the default version iteration behaviour of the catalog, which was not clearly stated before. Fixes # issue ## Type of change - [ ] Bug...
[BUG] mlflow run with --backend kubernetes fails when local docker image with same IMAGE ID exists
### Willingness to contribute The MLflow Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the...
I am trying to set up livekit self hosted in kubernetes and tried to follow the documentation and recommendations closely. Currently we * Disable TURN * Have one livekit pod...
Important Info: I am using a self hosted livekit server `1.8.3` (which works with playground and registering the worker etc.) and livekit SIP server `v0.10` (which points to the `latest`...
### Bug Description When using the testing assertions with judge, we started seeing more and more cases of ``` services/agent_worker/src/agent/testing/run_story.py:501: in _assert_event await chat_assert.judge(llm_judge, intent=story_event.judge) services/agent_worker/.venv/lib/python3.12/site-packages/opentelemetry/util/_decorator.py:71: in async_wrapper return await...