Merge branch 'main' into fix/tauri-tray-and-installer
This commit is contained in:
commit
1c5bbf9085
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue