photoprism/scripts
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
..
dist AI: Drop ROCm support from the llama.cpp install script 2026-07-10 10:40:58 +02:00
docker Build: Propagate docker buildx exit code from buildx-multi.sh #5553 2026-05-04 12:46:50 +02:00
render PWA: Add maskable icons, lang/dir, and install screenshots #5696 2026-06-30 19:53:52 +02:00
setup/nas/raspberry-pi Setup: Change Ubuntu base image version from 24.04.2 to 24.04.3 #4414 2025-12-05 14:02:12 +01:00
sql Proxy: Define /i/ as DefaultPathPrefix for shared-domain deployments 2026-02-24 01:15:23 +01:00
tools/swaggerfix Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
build.sh Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
check-api-request-limits.sh Scripts: Compact check-file comment in check-api-request-limits 2026-05-15 17:53:40 +00:00
dav-probe.sh WebDAV: Fall Back to Depth-1 Directory Discovery #3541 2026-03-07 09:32:07 +01:00
download-facenet.sh Config: Change default vision model assets path to assets/models/ #127 2025-08-08 19:06:56 +02:00
download-nasnet.sh Scripts: Fix MODEL_21K_LABELS_URL in download-nasnet.sh 2026-01-24 13:13:08 +01:00
download-nsfw.sh Config: Change default vision model assets path to assets/models/ #127 2025-08-08 19:06:56 +02:00
download-scrfd.sh AI: Update download-scrfd.sh script #5167 2025-10-07 22:16:19 +02:00
gettext-clear-fuzzy.sh Frontend: Remove "#, fuzzy" from translations in src/locales/fr.po 2025-10-23 09:49:27 +02:00
gettext-extract.sh Frontend: Add scripts/gettext-extract.sh, update translations.pot 2026-02-22 16:35:42 +01:00
gettext-lint.mjs Translations: Add gettext placeholder and whitespace lint script 2026-07-09 13:17:46 +02:00
gettext-merge.sh CI: Replace "…" with "..." 2023-04-23 09:27:45 +02:00
install-qemu.sh CI: Update install-qemu.sh script #4082 2024-02-29 14:07:56 +01:00
tag-release.sh Build: Add tag-release.sh and tag-release Makefile target 2026-06-16 07:45:40 +02:00