feat: switch from deprecated mistralrs-server to mistralrs CLI

Build the mistralrs binary (CLI) instead of the deprecated
mistralrs-server. The RPM still installs as /usr/bin/mistralrs-server
for backwards compatibility. The systemd unit now invokes
`mistralrs-server serve` to use the CLI's serve subcommand.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-27 18:50:52 +03:00
parent b6977eda02
commit 3e4191a7d9
3 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ User=mistralrs
Group=mistralrs
SupplementaryGroups=video render
EnvironmentFile=/etc/mistralrs/%i.conf
ExecStart=@BINARY@ $MISTRALRS_ARGS
ExecStart=@BINARY@ serve $MISTRALRS_ARGS
Restart=on-failure
RestartSec=10s