Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(curated): add mmproj_file to vision models#1162

Merged
thinmintdev merged 8 commits into
mainfrom
fix/curated-models-mmproj
Jul 8, 2026
Merged

fix(curated): add mmproj_file to vision models#1162
thinmintdev merged 8 commits into
mainfrom
fix/curated-models-mmproj

Conversation

@thinmintdev

Copy link
Copy Markdown
Contributor

Problem

The HF pull flow for curated vision models never downloaded the mmproj
(multimodal projector) sidecar. The curated catalog's CuratedModel
had mmproj_file defined but no vision model populated it — it always
defaulted to empty string.

When pulling from the ModelDetail page (curated path),
_resolve_pull_source_with_body resolved mmproj to None for
all vision models, so run_pull only downloaded the main GGUF.

(The Add-by-HF modal path was unaffected — it passes mmproj_filename
directly in the request body.)

Fix

Added mmproj_file to all three vision-tagged curated models:

Model mmproj
qwen3.6-27b (ROCmFP4) mmproj-F32.gguf
Qwen3.6-27B-MTP-GGUF mmproj-F16.gguf
Qwen3.6-35B-A3B-MTP-GGUF mmproj-F16.gguf

Filenames verified against live HF repo trees.

@thinmintdev thinmintdev merged commit e96953d into main Jul 8, 2026
1 of 3 checks passed
@thinmintdev thinmintdev deleted the fix/curated-models-mmproj branch July 8, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant