Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
json-fixes-refact
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
Merge branch 'json-fixes' into json-fixes-refact
ochafik
committed
2 years ago
25c756c4
Create regex-to-grammar.py
ochafik
committed
2 years ago
add8fee0
Update json-schema-to-grammar.py
ochafik
committed
2 years ago
140deb39
json: experimental refactoring w/ intermediate schema & rule objects
ochafik
committed
2 years ago
09dd3a76
Update json-schema-to-grammar.mjs
ochafik
committed
2 years ago
660e8321
json: handle pattern repetitions
ochafik
committed
2 years ago
4e7c26c3
json: merge lit sequences and handle negatives
ochafik
committed
2 years ago
d5ef412f
json: fix _format_literal (json.dumps already escapes quotes)
ochafik
committed
2 years ago
a78eb4a0
Create ts-type-to-grammar.sh
ochafik
committed
2 years ago
21ac451d
json:fix typo
ochafik
committed
2 years ago
06b04e93
Merge remote-tracking branch 'origin/master' into json-fixes
ochafik
committed
2 years ago
be132472
cuda : fix data race in soft max (#5853)
slaren
committed
2 years ago
Verified
67be2ce1
readme : add API changes section
ggerganov
committed
2 years ago
Verified
231ae28f
llama : allow for user specified embedding pooling type (#5849)
iamlemec
committed
2 years ago
Verified
475df1d6
gguf-dump : support i-quants (#5841)
Nindaleth
committed
2 years ago
Verified
87c2e8b2
llama : fix llama_copy_state_data with fragmented KV cache (#5840)
compilade
committed
2 years ago
Verified
de9692a7
ci : schedule slow server tests only on Release or on demand (#5839)
phymbert
committed
2 years ago
Verified
e6029348
server : init http requests thread pool with --parallel if set (#5836)
phymbert
committed
2 years ago
Verified
8ef969af
flake.lock: Update (#5842)
ggerganov
committed
2 years ago
Verified
fa974646
server: tests: passkey challenge / self-extend with context shift demo (#5832)
phymbert
committed
2 years ago
Verified
97311342
llama : add abort_callback to interrupt computation (#5409)
Xarbirus
committed
2 years ago
Verified
4a6e2d61
ggml : fix IQ3_S AVX implementation (#5834)
ggerganov
committed
2 years ago
Verified
494c8703
convert : automatically fall back to HfVocab if tokenizer.model doesn't exist (#5821)
cebtenzzre
committed
2 years ago
Verified
4d4d2366
convert-hf : make model class definitions self-contained (#5825)
cebtenzzre
committed
2 years ago
Verified
c7a0ad8e
ggml : IQ3_S improvements (#5829)
ikawrakow
committed
2 years ago
Verified
bbde6eb2
scripts : add pod-llama.sh
ggerganov
committed
2 years ago
Verified
ef2cd694
llama : refactor internal quantization functions (#5830)
ngxson
committed
2 years ago
Verified
6c32d8c7
llama : fix segfault from unknown model arch name (#5820)
compilade
committed
2 years ago
Verified
802da009
Support multiple GPUs (split mode) on SYCL backend (#5806)
NeoZhangJianyu
committed
2 years ago
Verified
71564139
workflows : remove nocleanup arg for check-requirements.sh (#5826)
crasm
committed
2 years ago
Verified
9bf297a0
Older