Skip to content

Releases: tonyfettes/llama.cpp

b4237

Choose a tag to compare

@github-actions github-actions released this 02 Dec 04:04
917786f
Add `mistral-v1`, `mistral-v3`, `mistral-v3-tekken` and `mistral-v7` …

b2979

Choose a tag to compare

@github-actions github-actions released this 23 May 13:11
9b82476
Add missing inference support for GPTNeoXForCausalLM (Pythia and GPT-…

b2958

Choose a tag to compare

@github-actions github-actions released this 23 May 12:46
fcf6538
CUDA: fix unused warning in mmq.cu (#7442)

b2794

Choose a tag to compare

@github-actions github-actions released this 06 May 03:23
628b299
Adding support for the --numa argument for llama-bench. (#7080)

b2665

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:02
4bd0f93
model: support arch `DbrxForCausalLM` (#6515)

* model: dbrx convert to gguf
#6344

* llama: support dbrx
#6344

* doc: dbrx: add the model as supported

* scripts: get-wikitext-2 add unzip

* llama: increase maximum experts allowed

* llama: factorize moe graph implementation between grok, mixtral and dbrx


---------

Co-authored-by: Megha Agarwal <16129366+megha95@users.noreply.github.com>

b2611

Choose a tag to compare

@github-actions github-actions released this 05 Apr 07:59
a307375
readme : add Dot to UI list (#6487)

b2541

Choose a tag to compare

@github-actions github-actions released this 27 Mar 02:26
32c8486
wpm : portable unicode tolower (#6305)

Also use C locale for ispunct/isspace, and split unicode-data.cpp from unicode.cpp.

b2468

Choose a tag to compare

@github-actions github-actions released this 20 Mar 06:58
bd60d82
server tests : more pythonic process management; fix bare `except:` (…

b2465

Choose a tag to compare

@github-actions github-actions released this 20 Mar 02:10
d8b009a
Remove undeed header file. (#6158)

b2409

Choose a tag to compare

@github-actions github-actions released this 12 Mar 19:36
306d34b
ci : remove tidy-review (#6021)