Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
json-order3
Telosnex_phi4_tools_template
Telosnex_phi4_tools_template2
add_ass_param
agent-example
agent-example2
agent-example4
agent-example5
agent-example6
agent-example-aug28
agent-example-cpp
agent-example-tmp
agent-example-tmp3
agent-examples6-jinjadev
allow-unclosed-think
bench-tool
bins
c7rb-fix
cache-url
chat-cleanups
chat-parser
ci-ccache
ci-fix-revocation-errors
ci-parallel
ci-write-less-ccache
claude/add-mmap-session-cache-vg6PE
claude/llamafile-build-script-dsKy5
cli
cli-tmp
cmake-b
cmake-b2
compact-bounds
cuda-releases
curl-fixes
date
decimal-bounds
detect-model-format
download
enable-thinking
enable-thinking2
enable-thinking-fix-chat-parsers
fast-quant
fix-chat-parsers
fix-diff-bug
fix-diff-bug2
fix-gen-prompt
fix-jinja-llg
fix-json-whitespace-parsing
fix-partial-regex-alternations
fix-python-tag
fix-qwen-tools
fix-reasoning-diffs
fix-stops
fn-name-delta
force-think
functiongemma-toolcall
generate-assets
generic-thoughts
gguf-read
gguf-read-field
grammar-async
grammar-async3
grammar-copy
grammar-fast
grammar-fast-disable
grammar-fast-linked
grammar-fast-nits
grammar-fast-resampling
grammar-fast-resampling-early
grammar-fast-single
grammar-fast-single2
grammar-from-json-schema
grammar-left-rec
grammar-less-stacks
grammar-rejects
grammar-reps
grammar-reps2
grammar-reps-revert
grammar-resample2
grammar-resampling
grammar-resampling-early
grammar-speedup
grammar-speedup2
grammar-speedup3
grammar-stacks-callbacks
grammar-transitions
grammars-early-exit
grammars-early-exit-resample
grammars-resample
gritlm-url
hip-ccache
install
jf-flag
jinja
jinja-chatml
json_schema
json-additional
json-bounds
json-doc
json-doc3
json-faster-repetitions
json-faster-repetitions2
json-faster-repetitions-bak
json-fixes
json-fixes-cpp
json-fixes-refact
json-integ
json-noadd
json-order
json-order2
json-order3
json-refs
json-refs2
json-schema-file
json-tests
json-type
json-updates
json-ws
kv-tree-cache
lazy-grammar-regex
llama2c-gguf
llama2c-non-shared-weights
llama2c-non-shared-weights-save
llama-lib-rename
lto2
main-json
master
mcp
minja-sync-aug8
minja-sync-minmax
model-args
nit-empty-grammar
ochafik/minja-sync2
offline
opencl-kernels
partial-regex
peg-end-tokens-metadata
peg-migration-complete
peg-migration-complete-history
peg-migration-inline-generic-helper
peg-migration-squashed
peg-migration-squashed-fixes
peg-simplify
quant-lowdisk
quant-lowraw-hack
quant-py
qwen3-chat
r1-toolcall
refector-chat-test
reuse-graphs
reuse-graphs-2
server-cancel
skip-unused
skip-unused-2-save
skip-unused-2
skip-unused-hipblas
stdin-prompt
string_utils
sync-minja-2
sync-minja-5
sync-minja-7
sync-minja-8
sync-minja-reasoning
sync-minja-reasoning-bak
tc-py
test-cli
tmp
tmp-grammar-debug-candidates
tmp-ochafik-masked-training
tmp-ochafik-opencl-clblast
tmp-ochafik-server-py
tmp-opencl-nofp16
token-aware-grammars-impl
tool-bench
tool-bench2
tool-bench-prod
tool-call
tool-call-0
tool-call-1
tool-call-2
tool-call-3
tool-call-bak1
tool-call-caching
tool-call-handler
tool-call-nits
tool-call-simpler
tool-diffs
tool-diffs-bak
tool-diffs-bak2
tool-diffs-bak3
update-functionary-tool-call-doc
url-meta
web-ui-mcp
fix merge
ochafik
committed
1 year ago
c82ae1ac
Merge remote-tracking branch 'origin/master' into json-order
ochafik
committed
1 year ago
945c1b6c
Clarify default MMQ for CUDA and LLAMA_CUDA_FORCE_MMQ flag (#8115)
isaac-mcfadyen
committed
1 year ago
Verified
88540445
CUDA: fix misaligned shared memory read (#8123)
JohannesGaessler
committed
1 year ago
Verified
c8771ab5
llama : extend llm_build_ffn() to support _scale tensors (#8103)
Eddie-Wang1120
committed
1 year ago
Verified
494165f3
`json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863)
ochafik
committed
1 year ago
Verified
9b2f16f8
`json`: fix additionalProperties, allow space after enum/const (#7840)
ochafik
committed
1 year ago
Verified
6777c544
json: add property order integ. test
ochafik
committed
1 year ago
cc5b4aae
json: remove some needless parenthesis from grammars
ochafik
committed
1 year ago
48f2acfa
json: port unified properties order to JS & PY
ochafik
committed
1 year ago
c6c7c19a
Merge branch 'json-additional' into json-order
ochafik
committed
1 year ago
abb86272
Merge remote-tracking branch 'origin/master' into json-order
ochafik
committed
1 year ago
f9a14002
update # tokens in server test: consts can now have trailing space
ochafik
committed
1 year ago
23beed22
fixes #7999 (adds control vectors to all `build_XXX()` functions in `llama.cpp` [needs testing] (#8060)
jukofyork
committed
1 year ago
Verified
163d50ad
Merge remote-tracking branch 'origin/master' into json-additional
ochafik
committed
1 year ago
fba3a864
llama : implement Unigram tokenizer needed by T5 and FLAN-T5 model families (#5763)
fairydreaming
committed
1 year ago
Verified
6fcbf682
llama : return nullptr from llama_grammar_init (#8093)
danbev
committed
1 year ago
Verified
e6bf0077
`json`: support integer minimum, maximum, exclusiveMinimum, exclusiveMaximum (#7797)
ochafik
committed
1 year ago
Verified
84631fe1
disable docker CI on pull requests (#8110)
slaren
committed
1 year ago
Verified
dd047b47
Add healthchecks to llama-server containers (#8081)
codearranger
committed
1 year ago
Verified
925c3095
Gguf dump start data offset via --data-offset and some extra refactor (#8054)
mofosyne
committed
1 year ago
Verified
c8ad3595
cvector: better prompt handling, add "mean vector" method (#8069)
ngxson
committed
1 year ago
Verified
49c03c79
Add chat template support for llama-cli (#8068)
ngxson
committed
1 year ago
Verified
48e6b92c
SimpleChat v3.1: Boolean chat request options in Settings UI, cache_prompt (#7950)
hanishkvc
committed
1 year ago
Verified
3791ad21
Update control vector help (#8104)
HatsuneMikuUwU33
committed
1 year ago
Verified
f702a90e
[SYCL] Re-enabled mul_mat_batched_sycl (#8095)
airMeng
committed
1 year ago
Verified
083bacce
Merge remote-tracking branch 'origin/master' into json-additional
ochafik
committed
1 year ago
c6df6cee
json: streamline order
ochafik
committed
1 year ago
e10f14a0
CUDA: fix matrix multiplication algorithm choice (#8102)
JohannesGaessler
committed
1 year ago
Verified
2df373ac
Merge remote-tracking branch 'origin/master' into json-additional
ochafik
committed
1 year ago
35bbac1e
Older