jackailocal / config /model-alias-map.json
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
Raw
History Blame Contribute Delete
693 Bytes
{
"aliases": [
{
"hf_pattern": "Qwen/Qwen3.5-2B",
"ollama": "qwen3.5:2b",
"profile": "lite"
},
{
"hf_pattern": "Qwen/Qwen3.5-4B",
"ollama": "qwen3.5:4b",
"profile": "balanced"
},
{
"hf_pattern": "Qwen/Qwen3.5-9B",
"ollama": "qwen3.5:9b",
"profile": "smart"
},
{
"hf_pattern": "Qwen/Qwen3-VL",
"ollama": "qwen3-vl:4b",
"profile": "vision"
},
{
"hf_pattern": "google/gemma-4-12B-it",
"ollama": "gemma4:12b",
"profile": "config_agent"
}
],
"note": "whichllm returns Hugging Face model ids; JackAILocal maps compatible entries to local Ollama model references."
}