Skip to content

Releases: ggerganov/llama.cpp

b1462

01 Nov 22:42
898aeca
Compare
Choose a tag to compare
llama : implement YaRN RoPE scaling (#2268)

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>
Co-authored-by: Jeffrey Quesnelle <jquesnelle@gmail.com>

b1461

01 Nov 21:34
c43c2da
Compare
Choose a tag to compare
llm : fix llm_build_kqv taking unused tensor (benign, #3837)

b1460

01 Nov 21:31
523e49b
Compare
Choose a tag to compare
llm : fix falcon norm after refactoring (#3837)

b1459

01 Nov 20:00
e16b9fa
Compare
Choose a tag to compare
metal : multi-simd softmax (#3710)

ggml-ci

b1458

01 Nov 19:41
ff8f9a8
Compare
Choose a tag to compare
common : minor (#3715)

b1457

01 Nov 18:43
5033796
Compare
Choose a tag to compare
llm : add llm_build_context (#3881)

* llm : add llm_build_context

* llm : deduce norm eps based on type + explict max_alibi_bias, clamp_kqv

* llm : restore the non-graph llm_build_ functional API

ggml-ci

* llm : cleanup + comments

b1456

01 Nov 18:09
0e40806
Compare
Choose a tag to compare
common : allow caller to handle help/argument exceptions (#3715)

* Allow caller to handle help/argument exceptions

* Prepend newline to usage output

* Add new gpt_params_parse_ex function to hide arg-parse impl

* Fix issue blocking success case

* exit instead of returning false

* Update common/common.h

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

* Update common/common.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

b1455

01 Nov 14:46
a2758d0
Compare
Choose a tag to compare
log : make generating separate log files optional (#3787)

* impl --log-new, --log-append

* Update common/log.h

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>

* Update common/log.h

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>

* Apply suggestions from code review

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>

---------

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>

b1454

01 Nov 14:09
e75dfdd
Compare
Choose a tag to compare
sampling : null grammar field after reset (#3885)

b1453

01 Nov 12:19
9a3b4f6
Compare
Choose a tag to compare
ggml : fix UNUSED macro (#3762)