index
:
llama.cpp.git
master
llama.cpp
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-29
Work around for recalculating logits in cached prompts (Fixes #1585) (#1609)
DannyDaemonic
2023-05-28
Adding git in container package dependencies (#1621)
Jiří Podivín
2023-05-28
LLAMA_DEBUG adds debug symbols (#1617)
Johannes Gäßler
2023-05-28
Only show -ngl option when relevant + other doc/arg handling updates (#1625)
Kerfuffle
2023-05-28
examples : add --alias option to gpt_params to set use friendly model name (#...
Vladimir Zorin
2023-05-28
opencl : no need to allocate cl_mem on heap (#1612)
Howard Su
2023-05-28
opencl : use strstr to check if fp16 supported (#1611)
Howard Su
2023-05-27
ggml : add support for the RISCV architecture (#1616)
apcameron
2023-05-27
Include server in releases + other build system cleanups (#1610)
Kerfuffle
2023-05-27
Add documentation about CLBlast (#1604)
Henri Vasserman
2023-05-27
[CI] Fix openblas (#1613)
Henri Vasserman
2023-05-27
ggml : add ggml_tensor_overhead()
Georgi Gerganov
2023-05-27
[CI] CLBlast: Fix directory name (#1606)
Henri Vasserman
2023-05-27
ggml : sync ggml core (minor additions, e.g. ggml_get_tensor_by_name())
Georgi Gerganov
2023-05-25
Some improvements to loading the session with --prompt-cache (#1550)
Kerfuffle
2023-05-26
cuda : performance optimizations (#1530)
Johannes Gäßler
2023-05-24
Update CLBlast to 1.6.0 (#1580)
Henri Vasserman
2023-05-24
readme : add docs for chat-persistent.sh (#1568)
Evan Jones
2023-05-24
chat-persistent.sh : use bracket expressions in grep (#1564)
Senemu
2023-05-23
Fix handling of "invalid property" when creating OpenCL command queue (#1565)
Maarten ter Huurne
2023-05-23
OpenCL Token Generation Acceleration (#1459)
0cc4m
2023-05-21
examples : add server example with REST API (#1443)
Steward Garcia
2023-05-21
make : .PHONY clean (#1553)
Stefan Sydow
2023-05-21
ggml : output 3d sizes in ggml_graph_dump_dot()
Georgi Gerganov
2023-05-20
ggml : update WASM SIMD
Georgi Gerganov
2023-05-20
feature : support blis and other blas implementation (#1536)
Zenix
2023-05-20
OpenCL: Fixes for older devices. (#1435)
Henri Vasserman
2023-05-20
llama : define magic numbers as integer constants (#1518) (#1520)
Juuso Alasuutari
2023-05-20
ggml : add ggml_clamp() (#1539)
Georgi Gerganov
2023-05-20
cuda : loading models directly into VRAM, norm calculation on GPU, broadcasti...
Johannes Gäßler
2023-05-20
Revert "feature : add blis and other BLAS implementation support (#1502)"
Georgi Gerganov
2023-05-20
feature : add blis and other BLAS implementation support (#1502)
Zenix
2023-05-20
llama : add llama_init_backend() API (close #1527)
Georgi Gerganov
2023-05-20
Fix for mingw (#1462)
DannyDaemonic
2023-05-20
llama : fix name shadowing and C4146 (#1526)
Maxime
2023-05-20
llama : fix compile warnings in llama_set_state_data()
Georgi Gerganov
2023-05-20
ggml : fix scalar implementation of Q4_1 dot
Georgi Gerganov
2023-05-19
ggml : use F16 instead of F32 in Q4_0, Q4_1, Q8_0 (#1508)
Georgi Gerganov
2023-05-19
tests : add missing header
Georgi Gerganov
2023-05-19
examples : add persistent chat (#1495)
Evan Jones
2023-05-19
main : make reverse prompt option act as a stop token in non-interactive mode...
Jason McCartney
2023-05-19
readme : adds WizardLM to the list of supported models (#1485)
David Kennedy
2023-05-19
minor : fix compile warnings
Georgi Gerganov
2023-05-18
make kv_f16 the default for api users (#1517)
Erik Scholz
2023-05-18
Fixes #1511 lambda issue for w64devkit (mingw) (#1513)
DannyDaemonic
2023-05-17
Remove unused n_parts parameter (#1509)
Stephan Walter
2023-05-17
benchmark-matmul: Print the average of the test results (#1490)
rankaiyx
2023-05-17
convert.py: Support models which are stored in a single pytorch_model.bin (#1...
Tom Jobbins
2023-05-16
~7% faster Q5_1 AVX2 code (#1477)
Ilya Kurdyukov
2023-05-16
define default model path once, sync path with readme (#1366)
András Salamon
[next]