Ollama model download failure

Hi everyone,

I just got the the Raspberry Pi AI HAT+ 2 and followed the installation instructions mentioned in the official documentation here: https://www.raspberrypi.com/documentation/computers/ai.html

helortcli fw-control identify seems to have given me a normal output and I was able to install the hailo-ollama server. But when I try to pull a model (qwen2.5-coder:1.5b) it always fails with an error: {“status”:“verifying sha256 digest”}.

The model is listed normally when I run curl:
curl --silent ``http://localhost:8000/hailo/v1/list

{"models":[“deepseek_r1_distill_qwen:1.5b”,“llama3.2:3b”,“qwen2.5-coder:1.5b”,“qwen2.5-instruct:1.5b”,“qwen2:1.5b”]}

Did anybody encounter a similar issue?