--- license: gpl-3.0 language: - en --- # cpt-qwen-composer for Ollama This folder stages the local `cpt-qwen-composer` adapter in GGUF format for Ollama. - `gguf/Qwen3-8B-Base-q8_0.gguf`: local GGUF export of `Qwen/Qwen3-8B-Base` - `gguf/cpt-qwen-composer-adapter-f16.gguf`: local GGUF export of the `cpt-qwen-composer` LoRA adapter - `Modelfile`: points Ollama at the GGUF base model plus GGUF adapter Local build: ```bash cd /Users/milwright/clawd/diss/ollama-cpt-qwen-composer ollama create cpt-qwen-composer-local -f Modelfile ``` Hugging Face repo: ```text milwright/cpt-qwen-composer ```