ollama/x/create
Jesse Gross d47859ce49 create: select the qwen3.5 parser and renderer for Qwen3.5/Next
Qwen3.5/Qwen3-Next architecture strings contain the substring "qwen3", so the
broad qwen3 match claimed them for the generic parser and qwen3-coder
renderer, whose template doesn't frame the thinking block — an empty
<think></think> leaked into content and think=false was ignored. Match the
family first via isQwen35Family so the parser, renderer, and
thinking-capability checks share one variant list.
2026-07-08 11:12:48 -07:00
..
client create: select the qwen3.5 parser and renderer for Qwen3.5/Next 2026-07-08 11:12:48 -07:00
blockfp8.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
blockfp8_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
classify.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
classify_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
cohere2moe.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
create.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
create_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
draft.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
draft_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
dtype.go mlx: Support NVIDIA TensorRT Model Optimizer import (#15566) 2026-04-27 18:28:10 -07:00
gemma4.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
gemma4_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
inventory.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
inventory_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
laguna.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
mlxthread.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
pipeline.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
pipeline_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
plan.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
plan_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
prequant.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
prequant_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
quantize.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
quantpolicy.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
qwen35.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
transform.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
writer.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
writer_test.go mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00