• Daniel Hiltgen's avatar
    mac: fix crash on old macos versions · 6a68a17c
    Daniel Hiltgen authored
    cblas_sgemm is only supported on v13.3 and up, however bf16 is
    only supported on v14+ so we were falling back to ggml-blas and
    crashing on bf16 tensors.  Checking for the function being null
    seems to be the simplest way to condittionally avoid registering the
    backend.
    6a68a17c
0025-Disable-ggml-blas-on-macos-v13-and-older.patch 1.01 KB