Skip to content

Tags: joeatodd/llama.cpp

Tags

b3438

Toggle b3438's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
llama : allow overrides for tokenizer flags (ggml-org#8614)

ggml-ci

b2463

Toggle b2463's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
common : disable repeat penalties by default (ggml-org#6127)

b2401

Toggle b2401's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update server docker image URLs (ggml-org#5997)

b2361

Toggle b2361's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
log : fix MSVC compile errors (ggml-org#5643)

MSVC gives the following error with the existing macros:
`Error C2059 : syntax error: ','`

This patch adds `##` as a prefix to `__VA_ARGS__` to address this error.

b2270

Toggle b2270's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server: CI fix trailing space (ggml-org#5728)