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
ci : disable Metal for macOS-latest-cmake-x64 (#6628)
ggerganov
committed
1 year ago
Verified
9ed2737a
Optimization: eliminate addition of redundant stacks when advancing grammar. (#6616)
HanClinto
committed
1 year ago
Verified
04a5ac21
json: simplify DOT `{"type": "string", "pattern": "^.$"}`
ochafik
committed
1 year ago
ed13d47c
As suggested by @slaren, disabling Metal for test to fix CI build on OSX from #6576 (#6619)
HanClinto
committed
1 year ago
Verified
f7001ccc
Refactor Error Handling for CUDA (#6575)
nneubacher
committed
1 year ago
Verified
a474f50e
grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses) (#6609)
ochafik
committed
1 year ago
Verified
cbaadc92
ci: download artifacts to release directory (#6612)
Hugi-R
committed
1 year ago
Verified
1bbdaf6e
scripts : add --outdir option to hf.sh (#6600)
danbev
committed
1 year ago
Verified
f4183afe
eval-callback: Example how to use eval callback for debugging (#6576)
phymbert
committed
1 year ago
Verified
b804b1ef
agent: fix wait --std-tools
Olivier Chafik
committed
1 year ago
9dd85666
agent: mypy type fixes
Olivier Chafik
committed
1 year ago
20d6e30b
gguf : add option to not check tensor data (#6582)
danbev
committed
1 year ago
Verified
8228b66d
minor layout improvements (#6572)
rsoika
committed
1 year ago
Verified
b3a96f27
llama : add model types for mixtral (#6589)
slaren
committed
1 year ago
Verified
4f407a0a
convert.py : add consolidated.safetensors for mixtral 8x22b (#6587)
slaren
committed
1 year ago
Verified
65c64dc3
agent: ensure DATA_DIR exists
Olivier Chafik
committed
1 year ago
7cec2969
agent: python tool: return errors
ochafik
committed
1 year ago
4139a882
agent: python tool: test serializability of variables
ochafik
committed
1 year ago
363ffdf6
Merge branch 'agent-example-tmp' into agent-example
ochafik
committed
1 year ago
db553179
agent: rename fake weather tools
ochafik
committed
1 year ago
e372c8a8
agent: nits
ochafik
committed
1 year ago
4d2550c4
agent: fix killing of subprocesses
ochafik
committed
1 year ago
9885314b
agent: hint at math import in python tool
ochafik
committed
1 year ago
ea6c5b56
docs : how to add a model (#6565)
phymbert
committed
1 year ago
Verified
67fac4b9
readme : fix ROCm link (#6579)
artem-zinnatullin
committed
1 year ago
Verified
29122d32
readme : update UI list (#6560)
ylsdamxssjxxdd
committed
1 year ago
Verified
b231b37b
agent: nit
ochafik
committed
1 year ago
4720fb9f
agent: hint at math import in python tool
ochafik
committed
1 year ago
334dde41
openai: nit
ochafik
committed
1 year ago
84c815aa
agent: cache_prompt=True
ochafik
committed
1 year ago
6dcf6bdb
Newer
Older