Radek Ježek
Radek Ježek
Hey, I added a way to install the wallpapers as the light and dark variants in gnome settings:  Usage: ```bash ./install_gnome_42_light_dark.py [-h] bundle_name path_to_wallpapers install_dir ``` For example ```bash...
The code below will call a full-dataset metric computation for each row - i.e. the work is duplicated num_row times. This is a big issue for huggingface metrics, such as...
`Artifact.from_dict` will try to convert any dictionary to artifact even when the dictionary is a mapping of columns from datasets. **There cannot be a column named `type`:** ```python import tempfile...
When otel collector is not running, framework is spamming the console with errors (python version): ``` The above exception was the direct cause of the following exception: Traceback (most recent...
If you log the `event` to console, it will contain the `creator` property which contains `llm` instance with `client` and its credentials. This is a problem if logs from the...