{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigmpp66fxtu43thqminqtbyjhobxwjk4avkl4glni2bnvcglmidji",
    "uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mislv424cjw2"
  },
  "path": "/t/500-internal-server-error-with-ollama/174735#post_3",
  "publishedAt": "2026-04-06T04:19:07.000Z",
  "site": "https://discuss.huggingface.co",
  "tags": [
    "Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-GGUF · Hugging Face"
  ],
  "textContent": "Had the same issue, 3090.\n\n> ollama run Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-GGUF · Hugging Face “4+18”\n>  Error: 500 Internal Server Error: unable to load model:\n>  /home/user/LLMs/blobs/sha256-a15622267316636d22575f8ab25a61347eab59def966f257f572914812348c61\n\n## **What fixed it for me, was ‘import’ it from the download:**\n\n! ollama rm Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-GGUF · Hugging Face\n\n> ! ls ~/Downloads/*.gguf\n>\n> Then create a Modelfile and import it:\n>\n> ! echo “FROM /home/philipp/Downloads/your-model-name.gguf” > /tmp/Modelfile\n>  ! ollama create qwen3.5-27b-claude --file /tmp/Modelfile\n>\n> Replace your-model-name.gguf with the actual filename and qwen3.5-27b-claude with whatever name you want to give it in Ollama.\n\nim a noob. not sure whats up. but i guess the checksum got messed up somewhere so building it manually eliminates this. tried pulling and rming the desired model and some offshoots as well as removed any other gwen 3.5 related models without success.",
  "title": "500 Internal Server Error with Ollama"
}