mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-02 18:17:44 +02:00
* [Vulkan] Fixes llama-cli breaking over longer promts sizes The llama-cli was breaking for longer promts sizes for q4_0 quantized networks. Causing due to insufficient shared memory. * Removed the un-used Adreno device * Updated matmul for small pipeline.