Skip to content

fix(hub): pull the backend-native CUDA bundle, not the universal quant - #38

Merged
prabod merged 1 commit into
mainfrom
fix/cuda-pull-variant
Jul 31, 2026
Merged

fix(hub): pull the backend-native CUDA bundle, not the universal quant#38
prabod merged 1 commit into
mainfrom
fix/cuda-pull-variant

Conversation

@prabod

@prabod prabod commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

basert pull/chat <id> on NVIDIA GB10 downloaded the universal f16-scale default-q4 (unloadable on CUDA — no function named 'gemv_q4') instead of the resolved cuda-q4mix. cmd_pull gated on a raw quant_tag(variant)==want ("q4mix"!="q4"); now matches on quant bits like the resolver / installed_best_variant. Verified on GB10: pulls cuda-q4mix.base and loads. Mirrors internal fix.

basert pull <id> on a CUDA host resolved cuda-q4mix correctly but cmd_pull
gated on quant_tag(variant)==want ("q4mix"!="q4") and fell back to the
universal f16-scale default-q4, which CUDA can't load (no 'gemv_q4'). Match on
quant bits (like installed_best_variant / the resolver). Verified on GB10.
@prabod
prabod merged commit a4f435f into main Jul 31, 2026
10 checks passed
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