qwen35-9b-medical / USAGE.md
qaootkcx's picture
Add files using upload-large-folder tool
2ab6b8e verified
|
Raw
History Blame Contribute Delete
560 Bytes

Usage

Ollama

From this repository directory:

ollama create qwen35-9b-medical -f Modelfile
ollama run qwen35-9b-medical

llama.cpp

Use the GGUF file with a llama.cpp-compatible runtime:

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.