--- license: mit language: - en tags: - avis - coding-agent - ollama - gguf - instruct pipeline_tag: text-generation --- # dotkaio/avis Avis is a fine-tuned local model for Avis coding workflows. ## Registries - Ollama: https://ollama.com/dotkaio/avis - Hugging Face: https://huggingface.co/dotkaio/avis ## Install ```bash ollama pull dotkaio/avis:latest ``` ## Files - `avis.gguf` — GGUF weights - `Modelfile` — Ollama recipe used for packaging - `README.md` — model card and usage notes