Releases: teleprint-me/llama.cpp
Releases · teleprint-me/llama.cpp
b4349
b4334
llava : Allow locally downloaded models for QwenVL (#10833) * Allow locally downloaded models for QwenVL * Define model_path * rm trailing space --------- Co-authored-by: Xuan Son Nguyen <[email protected]>
b4318
ggml : Fix compilation issues on ARM platform when building without f…
b4302
ggml: load all backends from a user-provided search path (#10699) * feat: load all backends from a user-provided search path * fix: Windows search path * refactor: rename `ggml_backend_load_all_in_search_path` to `ggml_backend_load_all_from_path` * refactor: rename `search_path` to `dir_path` * fix: change `NULL` to `nullptr` Co-authored-by: Diego Devesa <[email protected]> * fix: change `NULL` to `nullptr` --------- Co-authored-by: Diego Devesa <[email protected]>
b4229
readme : remove old badge
b4215
ggml : remove redundant copyright notice + update authors
b4201
Add some minimal optimizations for CDNA (#10498) * Add some minimal optimizations for CDNA * ggml_cuda: set launch bounds also for GCN as it helps there too
b4171
server : add more information about error (#10455)
b4139
Fix missing file renames in Makefile due to changes in commit ae8de6d…
b4129
sycl : Add option to set the SYCL architecture for all targets (#10266) * Add option to set the SYCL architecture for all targets * Convert GGML_SYCL_HIP_TARGET to the more generic GGML_SYCL_ARCH option * Document that setting GGML_SYCL_ARCH can improve the performance