Michael Engel
Michael Engel
In the [D-Bus API Description](https://bluechi.readthedocs.io/en/latest/api/description/) of BlueChi we describe the methods and properties of each interface. For the method signature we use the default D-Bus style, for example: ``` ListUnits(out...
## Please describe what you would like to see For the API method `ListUnits` - on the [Controller interface](https://github.com/eclipse-bluechi/bluechi/blob/main/data/org.eclipse.bluechi.Controller.xml#L17-L36) - and on the [Node interface](https://github.com/eclipse-bluechi/bluechi/blob/main/data/org.eclipse.bluechi.Node.xml#L181-L199) the returned structure is a...
Two issues were dedicated to detect disconnected agents faster: - https://github.com/eclipse-bluechi/bluechi/issues/652: Adding TCPKeepAlive options - https://github.com/eclipse-bluechi/bluechi/issues/857: Adding PeriodicHeartbeat It would be great to document how to use these options in...
In https://github.com/eclipse-bluechi/bluechi/issues/819 the `SwitchController` API method was introduced on the Agent's DBus service. This should be documented in the readthedocs by adding a new Section `High Availabilty` explaining how it...
BlueChi currently only provides a subset of the APIs provided by systemd's Manager API (https://www.freedesktop.org/wiki/Software/systemd/dbus/) - method, signal and properties. The following table contains a comparison between both - evaluating...
### Name and Version $ llama-cli --version version: 4460 (ba8a1f9c) built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu ### Operating systems Linux ### Which llama.cpp modules do you know to...
Relates to: https://github.com/ggml-org/llama.cpp/issues/11178 Added --chat-template-file CLI option to llama-run. If specified, the file will be read and the content passed for overwriting the chat template of the model to common_chat_templates_from_model....
Relates to: https://github.com/ggml-org/llama.cpp/issues/11178 Added --chat-template-file CLI option to llama-run. If specified, the file will be read and the content passed for overwriting the chat template of the model to common_chat_templates_from_model....