Michal Kottman
Results
2
issues of
Michal Kottman
`Array:sort(f)` in its current form requires a function to be given as the argument. When a simple comparison based on the `
I am trying to use [llama.cpp with SYCL](https://github.com/ggml-org/llama.cpp/blob/master/docs/backend/SYCL.md) and when running with default settings I'm getting a "Bus error" (SIGBUS) when loading models: ``` $ ./bin/llama-bench -m models/phi-4-Q3_K_M.gguf WARNING: Small...