tag:github.com,2008:https://github.com/virajwad/llama.cpp/releasesTags from llama.cpp2026-01-12T20:43:02Ztag:github.com,2008:Repository/1095211711/b77172026-01-12T20:43:02Zb7717: ci : remove libcurl in releases (#18775)<p>ci : remove libcurl in releases (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/18775">ggml-org#18775</a>)</p>
<p>Signed-off-by: Adrien Gallouët <angt@huggingface.co></p>angttag:github.com,2008:Repository/1095211711/b76482026-01-06T16:51:08Zb7648: arg: use CSV escape style for multiple-value args (#18643)<p>arg: use CSV escape style for multiple-value args (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/18643">ggml-org#18643</a>)</p>
<p>* arg: use CSV escape style for multiple-value args</p>
<p>* add test</p>ngxsontag:github.com,2008:Repository/1095211711/b70352025-11-12T13:17:24Zb7035ngxsontag:github.com,2008:Repository/1095211711/b70342025-11-12T12:52:19Zb7034: ggml-cpu: handle 3d tensors in repack mat_mul (#17030)<p>ggml-cpu: handle 3d tensors in repack mat_mul (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/17030">ggml-org#17030</a>)</p>
<p>* ggml-cpu: handle 3d tensors in repack mul_mat</p>
<p>* Removed unnecessary branch, removed need for <algorithm></p>
<p>* Fixed dst_ptr pointer in chunk + clang_format</p>
<p>* GGML_ASSERT to check wdata within bounds</p>
<p>* Accidental ggml.h inclusion</p>
<p>* Improved GGML_ASSERT on wdata boundaries</p>Alcpztag:github.com,2008:Repository/1095211711/b70332025-11-12T12:48:30Zb7033angttag:github.com,2008:Repository/1095211711/b70322025-11-12T11:32:50Zb7032: cmake : move OpenSSL linking to vendor/cpp-httplib (#17177)<p>cmake : move OpenSSL linking to vendor/cpp-httplib (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/17177">ggml-org#17177</a>)</p>
<p>* cmake : move OpenSSL linking to vendor/cpp-httplib</p>
<p>Signed-off-by: Adrien Gallouët <angt@huggingface.co></p>
<p>* bring back httplib 0.27.0</p>
<p>* add -DLLAMA_HTTPLIB</p>
<p>* update cmake config for visionos</p>
<p>---------</p>
<p>Signed-off-by: Adrien Gallouët <angt@huggingface.co>
<br />Co-authored-by: Xuan Son Nguyen <son@huggingface.co></p>angttag:github.com,2008:Repository/1095211711/b70312025-11-12T07:11:42Zb7031: CANN: Add L2_NORM op support (#16856)<p>CANN: Add L2_NORM op support (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/16856">ggml-org#16856</a>)</p>
<p>* update L2_NORM op support</p>
<p>* update L2_NORM op support</p>
<p>* remove extra whitespace</p>TecJeshtag:github.com,2008:Repository/1095211711/b70302025-11-12T06:44:29Zb7030: [SYCL]fix ci crash about SSM_CONV (#17169)<p>[SYCL]fix ci crash about SSM_CONV (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/17169">ggml-org#17169</a>)</p>
<p>* fix ci crash</p>
<p>* Update ggml-sycl.cpp</p>
<p>* Update ggml/src/ggml-sycl/ggml-sycl.cpp</p>
<p>Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com></p>
<p>---------</p>
<p>Co-authored-by: Zhang Jianyu <zhang.jianyu@outlook.com>
<br />Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com></p>NeoZhangJianyutag:github.com,2008:Repository/1095211711/b70282025-11-11T23:25:04Zb7028: hexagon: various Op fixes (#17135)<p>hexagon: various Op fixes (<a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/17135">ggml-org#17135</a>)</p>
<p>* hexagon: explicitly check for ops with zero nrows</p>
<p>llm_graph_context::build_inp_out_ids() can generate tensors with zero nrows.
<br />Somehow other backends seems to handle this without obvious explicit checks.
<br />In the hexagon case we need to check explicitly and skip them.</p>
<p>* hexagon: introduce fastdiv, fix test-backend-ops for ADD/SUB/MUL</p>
<p>Co-authored-by: chraac <chraac@gmail.com></p>
<p>* hexagon: use fastdiv in ADD_ID</p>
<p>* hexagon: use ggml_op_is_empty and ggml_is_empty to check for NOPs</p>
<p>---------</p>
<p>Co-authored-by: chraac <chraac@gmail.com></p>max-krasnyanskytag:github.com,2008:Repository/1095211711/b70272025-11-11T18:53:30Zb7027netrunnereve