refactor: rename package from mistralrs-server to mistralrs
All checks were successful
deploy-ui / build-and-deploy (push) Successful in 20s

Rename the RPM package from mistralrs-server-<flavour> to
mistralrs-<flavour> and the installed binary from mistralrs-server
to mistralrs, matching the upstream CLI binary name.

Adds Obsoletes/Provides for the old package name so dnf will cleanly
replace it on upgrade.

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

View File

@@ -38,7 +38,7 @@ export function Home() {
<h6 className="mt-4">3. Install a package</h6>
<CodeBlock language="bash">
{`sudo dnf install mistralrs-server-cuda13`}
{`sudo dnf install mistralrs-cuda13`}
</CodeBlock>
</Card.Body>
</Card>