Search Criteria
Package Details: llama-swap v240-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama-swap.git (read-only, click to copy) |
|---|---|
| Package Base: | llama-swap |
| Description: | Model swapping for llama.cpp (or any local OpenAPI compatible server) |
| Upstream URL: | https://github.com/mostlygeek/llama-swap |
| Keywords: | ai llm |
| Licenses: | MIT |
| Conflicts: | llama-swap-bin |
| Provides: | llama-swap |
| Submitter: | repsac |
| Maintainer: | fabse |
| Last Packager: | fabse |
| Votes: | 3 |
| Popularity: | 0.79 |
| First Submitted: | 2025-05-20 12:36 (UTC) |
| Last Updated: | 2026-07-15 03:52 (UTC) |
Dependencies (6)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
Latest Comments
fabse commented on 2026-06-23 10:45 (UTC)
@jpetrina nice, thanks for testing! if it wasn't for someone marking this package as outdated (smh the CI failed), I would have been slower xD
jpetrina commented on 2026-06-23 10:34 (UTC)
@fabse, just tested it and it seems the edge case is fixed with the
Makefileapproach. You were faster :Dfabse commented on 2026-06-23 10:31 (UTC)
one side effect of this is that
--versionwill not report the tagged version, but a hash instead, but I figured that's fine since this package is taggedfabse commented on 2026-06-23 10:23 (UTC)
oh sorry, I must have missed the notification for your comment! welp actually I changed the pkgbuild to now use the
Makefilein the repo to do the build instead of manually doing each steps, which also meant usingnpminstead ofpnpm(sadly :/)does the edge case still happen now?
jpetrina commented on 2026-06-16 08:45 (UTC) (edited on 2026-06-16 09:08 (UTC) by jpetrina)
Hi maintainer,
there is a small edge case with
pnpm installin makepkg when switching users:BUILDDIR=/tmp/makepkg/tmp/.pnpm-storepnpm installfails because/tmp/.pnpm-storeis owned by another user with:My suggestion to fix this:
Now removing $BUILDDIR will remove the store too.