Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
tmp-opencl-nofp16
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
[opencl] Move kernels to a .cl file that uses macros
Olivier Chafik
committed
2 years ago
838561fc
examples : add readme files
ggerganov
committed
2 years ago
Verified
1f5cd832
readme : add FreeChat (#4248)
psugihara
committed
2 years ago
Verified
4fea3420
ggml : restore abort() in GGML_ASSERT (#4242)
cebtenzzre
committed
2 years ago
Verified
64e64aa2
ggml : re-enable BLAS for CPU when src0 != F32 + remove redundant full offload checks in llama.cpp (#4240)
ggerganov
committed
2 years ago
Verified
8406b092
cmake : fix issue with version info not getting baked into LlamaConfig.cmake (#3970)
mtmcp
committed
2 years ago
Verified
b38a16df
readme : add Amica to UI list (#4230)
kasumi-1
committed
2 years ago
Verified
0dab8cd7
examples : iOS example with swift ui (#4159)
bachittle
committed
2 years ago
Verified
bb03290c
ggml : fix -Warray-bounds warning with gcc (#4231)
cebtenzzre
committed
2 years ago
Verified
f3b26981
lookahead : support `-n -1` infinite generation
ggerganov
committed
2 years ago
Verified
3e73d31d
readme : update hot topics
ggerganov
committed
2 years ago
Verified
9656026b
lookahead : add example for lookahead decoding (#4207)
ggerganov
committed
2 years ago
Verified
922754a8
metal : fix yarn (#4220)
jxy
committed
2 years ago
Verified
22da0553
scripts : Use mmap in torch load (#4202)
Galunid
committed
2 years ago
Verified
1ddb52ec
llama : grammar `reserve` space in `decode_utf8` (#4210)
MarcusDunn
committed
2 years ago
Verified
f837c3a9
Update docs for yarn_ext_factor <0.0 as unspecified instead of NaN (#4189)
crasm
committed
2 years ago
Verified
3014b541
readme : update hot topics
ggerganov
committed
2 years ago
Verified
04814e71
server : OAI API compatibility (#4198)
ggerganov
committed
2 years ago
Verified
af19d357
llama : set metal log callback correctly (#4204)
slaren
committed
2 years ago
Verified
e9c13ff7
ggml-cuda : support stablelm rope (#4156)
slaren
committed
2 years ago
Verified
8a052c13
convert : fix tensors using grad in some models (#4173)
Galunid
committed
2 years ago
Verified
189d6844
main.swift : fix eos checking (#4197)
eastriverlee
committed
2 years ago
Verified
2568a4bf
readme : use PATH for Windows ROCm (#4195)
jammm
committed
2 years ago
Verified
b35f3d0d
Fix incorrect format strings and uninitialized variables. (#4133)
haohui
committed
2 years ago
Verified
55978ce0
llama : KV cache view API + better KV cache management (#4170)
ggerganov
committed
2 years ago
Verified
6b0a7420
readme : update hot topics
ggerganov
committed
2 years ago
Verified
d103d935
examples : fix typo in parallel example doc comment (#4181)
danbev
committed
2 years ago
Verified
9d5949f0
docs : add llama-star arch idea
ggerganov
committed
2 years ago
Verified
ff8238f7
stablelm : simplify + speedup generation (#4153)
Galunid
committed
2 years ago
Verified
8e672efe
finetune - update readme to mention llama support only (#4148)
Galunid
committed
2 years ago
Verified
0b871f1a
Older