Merge branch 'main' into fix/tauri-tray-and-installer

This commit is contained in:
Wasim Yousef Said 2026-04-27 05:58:57 +02:00 committed by GitHub
commit 1c5bbf9085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1339,7 +1339,7 @@ class LlamaCppBackend:
# Prefer F16 variant
target = None
for f in mmproj_files:
if "f16" in f.lower():
if f.lower().endswith("-f16.gguf"):
target = f
break
if target is None: