File size: 600 Bytes
a65e6bb 8f80d97 0310b90 8f80d97 0310b90 8f80d97 0310b90 8f80d97 0310b90 8f80d97 0310b90 8f80d97 0310b90 8f80d97 a65e6bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
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
``` |