Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ochafik/llama.cpp
Pull Requests
Commits
quant-lowraw-hack
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
Update convert.py
ochafik
committed
1 year ago
d27908c7
fast-quant: fix fopen mode in writable case (r+b)
ochafik
committed
1 year ago
a64858a8
Update llama.cpp
ochafik
committed
1 year ago
59d3067a
fast-quant: fix fopen mode in writable case
ochafik
committed
1 year ago
024cec3d
fast-quant: fix loading of tensors (writable mmap!)
ochafik
committed
1 year ago
276f2e10
fast-quant: fix crashes from --skeleton
ochafik
committed
1 year ago
ce092923
Update convert.py
ochafik
committed
1 year ago
8ce8c240
fast-quant: add skeleton & single tensor quant modes
ochafik
committed
1 year ago
246d622f
add gguf_get_tensor_nbytes (factored out ggml_nbytes_impl & ggml_fill_nb helpers)
ochafik
committed
1 year ago
71a062c5
readme : remove stray double quote (#7310)
danbev
committed
1 year ago
Verified
8f7080bf
ggml : use dynamic thread scheduling for matrix multiplication (#6915)
kunnis
committed
1 year ago
Verified
e1b40ac3
Avoid unnecessarily disabling CUDA graphs (#7302)
agray3
committed
1 year ago
Verified
dc020985
ggml : tag ggml_tensor::backend as deprecated (#7290)
slaren
committed
1 year ago
Verified
344f9126
Add missing " (#7303)
AidanBeltonS
committed
1 year ago
Verified
9a17ab91
embedding : free the batch after execution (#7297)
dm4
committed
1 year ago
Verified
ea3b0590
sync : ggml
ggerganov
committed
1 year ago
Verified
29499bb5
ggml : add `ggml_upscale_ext` (ggml/814)
balisujohn
committed
1 year ago
Verified
48aa8fd1
server bench: fix bench not waiting for model load (#7284)
JohannesGaessler
committed
1 year ago
Verified
583fd6b0
script : sync ggml-rpc
ggerganov
committed
1 year ago
Verified
9f773486
metal : support FA without mask + add asserts (#7278)
ggerganov
committed
1 year ago
Verified
e8a7fd4f
sync : ggml
ggerganov
committed
1 year ago
a5e3fde8
metal : tune soft_max number of threads (whisper/0)
ggerganov
committed
1 year ago
f308ea70
ggml : try fix ppc64 (whisper/0)
ggerganov
committed
1 year ago
c3c88f29
ggml : expose SSE3 and SSSE3 for MSVC when AVX is available (whisper/2128)
przemoc
committed
1 year ago
182adefc
ggml : optimize for ppc64le using VSX intrinsics (ggml/784)
penghongbo
committed
1 year ago
0d26d8cc
server: free sampling contexts on exit (#7264)
stevegrubb
committed
1 year ago
Verified
4f026363
Revert "move ndk code to a new library (#6951)" (#7282)
mofosyne
committed
1 year ago
Verified
1265c670
ggml : add RPC backend (#6829)
rgerganov
committed
1 year ago
Verified
5e31828d
llama : disable pipeline parallelism with nkvo (#7265)
slaren
committed
1 year ago
Verified
54160020
move ndk code to a new library (#6951)
eltonkola
committed
1 year ago
Verified
efc8f767
Older