photoprism/scripts/dist
Michael Mayer 79a3d36334 AI: Drop ROCm support from the llama.cpp install script
Only Vulkan and CPU (plus Intel SYCL) builds are installed now. Benchmarks
show Vulkan generally matches or beats the ROCm build for llama.cpp (except
some prompt-processing cases), while ROCm is far more complex to provision:
the prebuilt HIP backend needs a matching ROCm runtime, and consumer/iGPU
architectures such as gfx1150 additionally require HSA_OVERRIDE_GFX_VERSION
because rocBLAS ships no kernels for them. Vulkan drives NVIDIA, AMD, and
Intel GPUs on Linux with none of that setup, so auto-detection now selects
the Vulkan build for any supported GPU and the CPU build otherwise.
2026-07-10 10:40:58 +02:00
..
convert CI: Add codespell config and fix typos (#4506) 2025-03-27 16:42:24 +01:00
openssl Config: Generate default HTTPS/TLS certificate on first startup #3509 2023-06-28 16:50:04 +02:00
services/photoprism Docker: Refactor service initialization and reduce startup log verbosity 2025-04-12 14:06:39 +02:00
add-swap.sh Scripts: Add dist/add-swap.sh to help configure swap on Linux 2025-07-26 10:21:33 +02:00
arch.sh CI: Change headers in scripts/dist 2022-07-23 13:16:10 +02:00
audit.sh CI: Change headers in scripts/dist 2022-07-23 13:16:10 +02:00
build-libheif-deb.sh HEIC: Build and install libheif as a real .deb on Resolute #5621 2026-05-27 08:24:56 +02:00
build-libheif.sh HEIC: Add libyuv-dev to libheif build dependencies #5621 2026-05-27 04:00:48 +02:00
cleanup.sh CI/Docker: Add install-nuclei.sh script and improve inline comments 2022-12-12 20:38:44 +01:00
cmd.sh Docker: Ensure that cmd.sh terminates its child processes when the parent script closes #5172 2025-08-24 12:44:38 +02:00
create-users.sh Docker: Refine smaller-skeleton bashrc setup for all images #5154 #5155 2026-07-10 00:56:15 +02:00
dist-upgrade.sh CI/Docker: Add install-nuclei.sh script and improve inline comments 2022-12-12 20:38:44 +01:00
entrypoint-init.sh Docker: Create missing user accounts in entrypoint-init.sh script #4000 2024-01-15 15:03:44 +01:00
entrypoint.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
export-help.sh Scripts: Add dist/export-help.sh 2025-08-15 22:47:15 +02:00
heif-convert.sh Scripts: Refactor dist/heif-convert.sh 2025-07-11 12:00:05 +02:00
install-admin-tools.sh Scripts: Add dist/install-k8s-tools.sh for managing Kubernetes clusters 2025-07-27 09:20:53 +02:00
install-bashrc.sh Docker: Refine smaller-skeleton bashrc setup for all images #5154 #5155 2026-07-10 00:56:15 +02:00
install-caddy.sh Develop: Update Go install script and related Dockerfiles 2025-01-03 07:33:05 +01:00
install-chrome.sh Setup: List chromium-common explicitly in install-chrome.sh package set 2026-05-05 14:56:27 +02:00
install-codex.sh Develop: Update Makefile and scripts/dist/install-codex.sh 2026-05-08 09:05:46 +02:00
install-darktable.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-davfs.sh Develop: Update Go install script and related Dockerfiles 2025-01-03 07:33:05 +01:00
install-devops-tools.sh Scripts: Update install-proxysql-admin.sh and install-devops-tools.sh 2025-11-04 11:24:30 +01:00
install-dircolors.sh feat: use a smaller skeleton when calling useradd 2026-07-10 00:48:46 +02:00
install-docker.sh Docker: Skip "cgroupfs-mount" when no apt install candidate exists 2026-06-13 17:08:46 +02:00
install-doctl.sh Develop: Add install-doctl.sh and install-hcloud.sh scripts 2026-05-09 09:57:38 +02:00
install-ffmpeg.sh Scripts: Update FFmpeg installation script #5303 #5439 2026-02-09 14:06:31 +01:00
install-firewall.sh Develop: Update Go install script and related Dockerfiles 2025-01-03 07:33:05 +01:00
install-forward-dns.sh Scripts: Update dist/install-forward-dns.sh 2025-07-29 09:54:41 +02:00
install-gh.sh Build: Add shared .telemetry file to opt out of CLI telemetry 2026-04-24 16:42:21 +02:00
install-gitleaks.sh Build: Add install scripts for Hadolint, OSV-Scanner, Gitleaks 2026-04-26 14:26:10 +02:00
install-go-tools.sh Scripts: Update dist/install-go-tools.sh #5330 2025-11-21 10:29:06 +01:00
install-go.sh Build: Replace "wget" with "curl" in dist scripts 2025-02-21 02:32:13 +01:00
install-gpu.sh FFmpeg: Add vulkan init target and provision Vulkan drivers #5631 2026-05-30 20:14:14 +00:00
install-hadolint.sh Build: Add install scripts for Hadolint, OSV-Scanner, Gitleaks 2026-04-26 14:26:10 +02:00
install-hcloud.sh Develop: Add install-doctl.sh and install-hcloud.sh scripts 2026-05-09 09:57:38 +02:00
install-https.sh Develop: Change default Site URL to use HTTPS as required for OIDC #782 2024-06-28 00:21:19 +02:00
install-jxl.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-k8s-tools.sh Scripts: Add dist/install-k8s-tools.sh for managing Kubernetes clusters 2025-07-27 09:20:53 +02:00
install-libheif.sh HEIC: Allow install-libheif.sh to upgrade held package #5708 2026-06-29 22:30:23 +00:00
install-libvips.sh Build: Install distribution libvips-dev when recent enough, gate PPA 2026-06-11 09:57:46 +02:00
install-llamacpp.sh AI: Drop ROCm support from the llama.cpp install script 2026-07-10 10:40:58 +02:00
install-mariadb.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-nats.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-nodejs.sh Scripts: Use absolute "/root/.cache/npm" path in install-nodejs.sh 2026-04-28 14:47:38 +02:00
install-nuclei.sh Scripts: Update version in dist/install-nuclei.sh 2025-10-01 18:30:57 +02:00
install-onnx.sh AI: Add GPU/CUDA option to ONNX Runtime install script #5703 2026-06-28 15:53:46 +02:00
install-osv-scanner.sh Build: Add install scripts for Hadolint, OSV-Scanner, Gitleaks 2026-04-26 14:26:10 +02:00
install-postgresql.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-proxysql-admin.sh Scripts: Update install-proxysql-admin.sh and install-devops-tools.sh 2025-11-04 11:24:30 +01:00
install-qdrant.sh Scripts: Add shellcheck annotations and fix reported issues 2025-10-07 22:32:31 +02:00
install-s6.sh Build: Verify SHA-256 checksums when installing s6-overlay & yt-dlp 2026-06-10 18:25:05 +00:00
install-tensorflow.sh Scripts: Update success and error messages 2025-09-29 09:47:29 +02:00
install-yt-dlp.sh Build: Verify SHA-256 checksums when installing s6-overlay & yt-dlp 2026-06-10 18:25:05 +00:00
Makefile FFmpeg: Add vulkan init target and provision Vulkan drivers #5631 2026-05-30 20:14:14 +00:00
remove-snap.sh Scripts: Add dist/remove-snap.sh 2023-10-14 17:05:37 +02:00
remove-wait-online.sh Scripts: Add dist/remove-wait-online.sh 2023-10-14 17:28:32 +02:00
tensorflow-driver.sh CI: Change headers in scripts/dist 2022-07-23 13:16:10 +02:00