[GH-ISSUE #15500] ollama run qwen3.5:0.8b Error: 500 Internal Server Error: model failed to load, this may be due to resource limitations or an internal error, check ollama server logs for details #56419

Closed
opened 2026-04-29 10:47:42 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jaiky0515 on GitHub (Apr 11, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15500

What is the issue?

This error appears to be due to incompatibility between the Metal library embedded in Ollama and the bfloat16 type of the M5 Pro chip.

Relevant log output

ggml_metal_library_init: error: Error Domain=MTLLibraryErrorDomain Code=3 ...
static_assert failed due to requirement '__tensor_ops_detail::__is_same_v<bfloat, half>' 
"Input types must match cooperative tensor types"
...
ggml_metal_init: error: failed to initialize the Metal library

OS

macOS

GPU

No response

CPU

Apple

Ollama version

0.20.5

Originally created by @jaiky0515 on GitHub (Apr 11, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15500 ### What is the issue? This error appears to be due to incompatibility between the Metal library embedded in Ollama and the bfloat16 type of the M5 Pro chip. ### Relevant log output ```shell ggml_metal_library_init: error: Error Domain=MTLLibraryErrorDomain Code=3 ... static_assert failed due to requirement '__tensor_ops_detail::__is_same_v<bfloat, half>' "Input types must match cooperative tensor types" ... ggml_metal_init: error: failed to initialize the Metal library ``` ### OS macOS ### GPU _No response_ ### CPU Apple ### Ollama version 0.20.5
GiteaMirror added the bug label 2026-04-29 10:47:42 -05:00
Author
Owner

@jaiky0515 commented on GitHub (Apr 11, 2026):

MacBook Pro M5Pro 64GB
maos Tahoe 26.3.2

<!-- gh-comment-id:4229286968 --> @jaiky0515 commented on GitHub (Apr 11, 2026): MacBook Pro M5Pro 64GB maos Tahoe 26.3.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56419