llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen35'

#13
by HazMatt69 - opened

curl -s https://huggingface.co/api/models/Jackrong/Qwopus3.5-27B-v3-GGUF | python3 -m json.tool | grep -i "arch|gguf"
"id": "Jackrong/Qwopus3.5-27B-v3-GGUF",
"gguf",
"modelId": "Jackrong/Qwopus3.5-27B-v3-GGUF",
"gguf": {
"architecture": "qwen35",

I'm pretty sure it expects qwen3.5

Sign up or log in to comment