Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
tool-diffs-bak3
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
lazy-trigger-upstream
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
video-conv3d-cpp
web-ui-mcp
llama : support converting Mistral Small text-only (#12450)
ngxson
committed
1 year ago
Verified
29fff308
speculative : fix seg fault in certain cases (#12454)
ggerganov
committed
1 year ago
Verified
c6af2161
llama : add support for EXAONE tied word embeddings (#12451)
ngxson
committed
1 year ago
Verified
99aa304f
context : always use non-causal attention for encoder graphs (#12447)
ggerganov
committed
1 year ago
Verified
8551c44d
SYCL: using graphs is configurable by environment variable and compile option (#12371)
lslusarczyk
committed
1 year ago
Verified
35cae5ba
server : fix warmup draft cache type (#12446)
ggerganov
committed
1 year ago
Verified
810e0af3
cmake : fix PowerPC build (#12241)
mehendarkarprajwal
committed
1 year ago
Verified
eba92d64
ggml : add SVE support for q6_K_q8_K (#12361)
fj-y-saito
committed
1 year ago
Verified
d9a14523
Vulkan: Default to 1GB allocations instead of 4GB to avoid fragmentation and driver issues (#12434)
0cc4m
committed
1 year ago
Verified
fd123cfe
fixed compilation warnings in ggml-sycl (#12424)
lslusarczyk
committed
1 year ago
Verified
a53f7f7b
llama: Add support for RWKV v7 architecture (#12412)
MollySophia
committed
1 year ago
Verified
7dfad387
docs : bring llama-cli conversation/template docs up-to-date (#12426)
CISC
committed
1 year ago
Verified
60c90292
cuda : enable CUDA Graph on CUDA Toolkit < 12.x (#12394)
gaugarg-nv
committed
1 year ago
Verified
b1b132ef
ggml-vulkan: remove unused find_program(glslc) (#12416)
guusw
committed
1 year ago
Verified
01e8f213
vulkan: Add N/2 and N/4 optimized paths in coopmat2 shader (#12312)
jeffbolznv
committed
1 year ago
Verified
484a8ab5
vulkan: subgroup size tuning (#12087)
daniandtheweb
committed
1 year ago
Verified
cf2270e4
vulkan: use fp32 in coopmat2 q4_k dequant function (#12309)
jeffbolznv
committed
1 year ago
Verified
f07690c9
vulkan: Pad N dimension of B matrix for coopmat2 perf, to avoid bounds checking (#12273)
jeffbolznv
committed
1 year ago
Verified
891c6395
vulkan: Adjust coopmat2 tile sizes and selection heuristic (#12258)
jeffbolznv
committed
1 year ago
Verified
2f21123c
cmake : enable building llama.cpp using system libggml (#12321)
ckastner
committed
1 year ago
Verified
374101fd
SYCL: set extras only on GGML_TYPE_Q4_0 (#12366)
qnixsynapse
committed
1 year ago
Verified
b3c9a656
llama : fix OLMo-2-0325-32B-Instruct K-norm size (#12400)
CISC
committed
1 year ago
Verified
8ba95dca
context : fix init of n_outputs (#12397)
ggerganov
committed
1 year ago
Verified
dc079cfd
ci : add --symlinks to xcframework zip command (#12409)
danbev
committed
1 year ago
Verified
7b61bcc8
fix test-chat's unparsed thought expectation
ochafik
committed
1 year ago
ea57e472
fix partial json crashes
ochafik
committed
1 year ago
4f78d445
fix test_thoughts / refactor expectations
ochafik
committed
1 year ago
91a50848
r1: avoid partial call triggers from spaces
ochafik
committed
1 year ago
5dfa2f7b
run test_thoughts in stream mode too
ochafik
committed
1 year ago
56156b7a
strip reasoning (now that tags are strings and not regexes)
ochafik
committed
1 year ago
4dcd6532
Newer
Older