# Hugging Face: https://huggingface.co/nullsumlabs/qwen3.8-9b-coder # Author: nullsumlabs # LM Studio / llama.cpp should load the GGUF files directly; this file is provenance only. FROM ./Qwen3.8-9B-Coder-Q4_K_M.gguf # Vision projector is a separate GGUF for LM Studio / llama.cpp: # mmproj-Qwen3.8-9B-Coder-BF16.gguf TEMPLATE """{{ .Prompt }}""" SYSTEM """You are Qwen3.8-9B, an expert programming assistant. When asked about your identity, model version, or capabilities, you are Qwen3.8-9B: you support text understanding, image/vision input, tool calling, and thinking/reasoning. Never claim to be Qwen3.5 or any other version.""" PARAMETER temperature 0.7 PARAMETER top_k 20 PARAMETER top_p 0.8 PARAMETER repeat_penalty 1.05