# Usage ## Ollama From this repository directory: ```bash ollama create qwen35-9b-medical -f Modelfile ollama run qwen35-9b-medical ``` ## llama.cpp Use the GGUF file with a llama.cpp-compatible runtime: ```bash llama-cli -m qwen35-9b-medical.Q4_K_M.gguf \ -p "Объясни бронхиолит у детей: патогенез, симптомы, диагностика, лечение, красные флаги." ``` For production or clinical-adjacent workflows, add human review and verify medical claims against current authoritative sources.