Michael Engel
Michael Engel
Because of the mentioned reasons, I am closing this issue. If this should still be a feature, please reopen it.
@dracher The controller accepts UDS and TCP connections by default. The agent connects via TCP by default, so you'd need to change the bluechi-agent config to: ``` [bluechi-agent] ControllerAddress=unix:path=/run/bluechi/bluechi.sock ```
Hi @dofmind, Based on your description it seems that the `bluechi-agent` is actively disconnecting due to the heartbeat timeout. The smaller the heartbeat values (interval and threshold), the more brittle...
@mwperina Can we close this issue since it was solved in #975?
@ieaves We already apply `black` and `isort` in the make target `format`/`check-format` ([see here](https://github.com/containers/ramalama/blob/main/Makefile#L132-L135)) in the CI during the Lint Code job [here](https://github.com/containers/ramalama/blob/main/.github/workflows/ci.yml#L22-L24). I'd consider the results in the CI...
@ericcurtin What do you mean by doubling model name? The `smollm/smollm` part is due to the structure of `//` and if the organization is not given, then it falls back...
> Sounds like it's just an aesthetic change to "ramalama ls" output. Yes. One aesthetic addition is the display of partially downloaded models. Such models are listed and have an...
> What we tend to do most of the time is take influence from podman, docker, ollama, etc. How do they display partial downloads? As far as I know HF...
I think all points in this GH issue were addressed, so I am closing it. Please re-open if I missed anything.
> [@engelmi](https://github.com/engelmi) Interested in working on this? Yes, I am. Seems also to be similar to #1674.