diff --git a/readme.md b/readme.md index b5755aa..021fdc0 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Two Gitea Actions workflows drive the pipeline: 1. **poll-upstream** runs every 15 minutes, checks GitHub for the latest mistral.rs release tag, and triggers a build if the corresponding RPM doesn't already exist on `rpm.lair.cafe`. 2. **build-release** runs in three stages: - - **build** — clones upstream at the tag and compiles `mistralrs-server` with flavour-specific CUDA features on a `cuda-13.0` runner. + - **build** — clones upstream at the tag and compiles `mistralrs` with flavour-specific CUDA features on a `cuda-13.0` runner. - **package** — builds an RPM from the compiled binary using `rpmbuild`. - **publish** — GPG-signs the RPMs, rsyncs them to `rpm.lair.cafe`, and updates the repo metadata with `createrepo_c`. diff --git a/rpm/mistralrs.spec b/rpm/mistralrs.spec index 3bc6548..1897212 100644 --- a/rpm/mistralrs.spec +++ b/rpm/mistralrs.spec @@ -29,8 +29,6 @@ ExclusiveArch: x86_64 %global __requires_exclude ^lib(cuda|cudart|cudnn|cublas|cublasLt|curand|nvrtc|nccl) Requires: systemd -Obsoletes: mistralrs-server-%{mistralrs_flavour} < %{version}-%{release} -Provides: mistralrs-server-%{mistralrs_flavour} = %{version}-%{release} %description mistral.rs is a blazingly fast LLM inference engine written in Rust. diff --git a/ui/src/pages/Home.tsx b/ui/src/pages/Home.tsx index a9134a6..1d9076b 100644 --- a/ui/src/pages/Home.tsx +++ b/ui/src/pages/Home.tsx @@ -15,8 +15,8 @@ export function Home() { <>

rpm.lair.cafe

- Self-hosted RPM repository for Fedora, currently hosting CUDA-accelerated - builds of{" "} + Self-hosted RPM repository for Fedora, currently hosting + CUDA-accelerated builds of{" "} mistral.rs.

@@ -33,7 +33,7 @@ export function Home() {
2. Add the repository
- {`sudo tee /etc/yum.repos.d/lair-cafe.repo > /dev/null <<'EOF'\n${REPO_FILE}\nEOF`} + {`sudo dnf config-manager addrepo --from-repofile=/dev/stdin <<'EOF'\n${REPO_FILE}\nEOF`}
3. Install a package