Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
agent-example4
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
`main`: add --json-schema / -j flag (#6659)
ochafik
committed
1 year ago
Verified
7593639c
llama : fix restoring the number of outputs from state files (#6687)
compilade
committed
1 year ago
Verified
132f5579
server : revert "minor layout improvements" (#6684)
phymbert
committed
1 year ago
Verified
3272896d
swift : linux support (#6590)
spprichard
committed
1 year ago
Verified
7fc16a2c
fix mul_mat_id() for new input, make the ut pass (#6682)
NeoZhangJianyu
committed
1 year ago
Verified
17e98d4c
llama : add missing kv clear in llama_beam_search (#6664)
dwrensha
committed
1 year ago
Verified
1958f7e0
Add Command R chat template (#6650)
jc19chaoj
committed
1 year ago
Verified
04fbc5f2
flake.lock: Update (#6669)
ggerganov
committed
1 year ago
Verified
f184dd92
Added support for GGML_OP_CLAMP in Metal (#6662)
dave-fl
committed
1 year ago
Verified
422c2aff
Fix --split-max-size (#6655)
CISC
committed
1 year ago
Verified
8800226d
[bug fix] convert github repository_owner to lowercase (#6673)
jaeminSon
committed
1 year ago
Verified
e689fc4e
convert : enable the `--use-temp-file` cli flag (#6645)
jac-jim
committed
1 year ago
Verified
a4ec34e1
fix memcpy() crash, add missed cmd in guide, fix softmax (#6622)
NeoZhangJianyu
committed
1 year ago
Verified
de17e3f7
CUDA: fix matrix multiplication logic for tests (#6667)
JohannesGaessler
committed
1 year ago
Verified
b5e7285b
model: support arch `DbrxForCausalLM` (#6515)
phymbert
committed
1 year ago
Verified
4bd0f93e
JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555)
ochafik
committed
1 year ago
Verified
ab9a3240
metal : unify mul_mv_id kernels (#6556)
slaren
committed
1 year ago
Verified
fbbc030b
infill : add download instructions for model (#6626)
danbev
committed
1 year ago
Verified
4cc120c7
server : coherent log output for KV cache full (#6637)
phymbert
committed
1 year ago
Verified
24ee66ed
llama : add gguf_remove_key + remove split meta during quantize (#6591)
zj040045
committed
1 year ago
Verified
91c73601
Merge branch 'json-faster-repetitions2' into agent-example
ochafik
committed
1 year ago
ff9a620e
json: rm dead code
ochafik
committed
1 year ago
ba90d5b7
Merge branch 'json-faster-repetitions2' into agent-example
ochafik
committed
1 year ago
6142c514
Merge remote-tracking branch 'origin/master' into agent-example
ochafik
committed
1 year ago
1d8ed346
json: remove recursion in opt_repetitions (avoids Python stack overflow)
ochafik
committed
1 year ago
64e30590
chore: Fix markdown warnings (#6625)
reneleonhardt
committed
1 year ago
Verified
5c4d767a
imatrix : remove invalid assert (#6632)
ggerganov
committed
1 year ago
Verified
ef21ce4c
Correct free memory and total memory. (#6630)
MasterYi1024
committed
1 year ago
Verified
dee7f8d6
eval-callback: use ggml_op_desc to pretty print unary operator name (#6631)
phymbert
committed
1 year ago
Verified
81da18e7
Merge remote-tracking branch 'origin/master' into json-faster-repetitions2
ochafik
committed
1 year ago
958bdda5
Newer
Older