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-04
Update main's README.md with new features (#1296)
DannyDaemonic
2023-05-04
fix #1224 reverse prompt and multi line (#1297)
Tomas
2023-05-03
ggml : vectorize Q8_0 quantization
Georgi Gerganov
2023-05-03
examples : read chat prompts from a template file (#1196)
khimaros
2023-05-03
minor : fix whitespaces (#1302)
Georgi Gerganov
2023-05-03
minor : fix trailing whitespaces
Georgi Gerganov
2023-05-03
scripts : platform independent script to verify sha256 checksums (#1203)
KASR
2023-05-03
examples : various prompt and example fixes (#1298)
CRD716
2023-05-02
llama : only copy used KV cache in get / set state (#1272)
Evan Jones
2023-05-02
Process escape sequences given in prompts (#1173)
DannyDaemonic
2023-05-02
Handle signals properly on Windows (#1123)
DannyDaemonic
2023-05-02
Call sh on build-info.sh (#1294)
DannyDaemonic
2023-05-03
fix build-info.h for git submodules (#1289)
kuvaus
2023-05-03
fix missing parameters in `llama_init_from_gpt_params` (#1293)
slaren
2023-05-02
examples : add llama_init_from_gpt_params() common function (#1290)
Ron Evans
2023-05-02
llama : fix compile warnings
Georgi Gerganov
2023-05-02
ggml : fix 32-bit ARM
Georgi Gerganov
2023-05-02
examples : improve vertical alignment of a few variables (#1286)
Ron Evans
2023-05-02
ggml : fix ppc64le build error and make cmake detect Power processors (#1284)
Marvin Gießing
2023-05-02
llama : allow 0 as a seed number. (#1275)
Robert Brisita
2023-05-02
main : switch input_noecho to input_echo to remove negation (#979)
Ron Evans
2023-05-02
ggml: add names to tensors (#1268)
slaren
2023-05-01
Add git-based build information for better issue tracking (#1232)
DannyDaemonic
2023-05-01
cuBLAS: refactor and optimize f16 mat mul performance (#1259)
slaren
2023-05-01
llama : update stubs for systems without mmap and mlock (#1266)
xloem
2023-05-01
ggml : fix ggml_used_mem() (#1264)
Kerfuffle
2023-05-01
llama : fix session load / save (#1263)
Georgi Gerganov
2023-05-01
cuBLAS: fall back to pageable memory if pinned alloc fails (#1233)
slaren
2023-05-01
llama : let context be const when accessing const data (#1261)
Alex Klinkhamer
2023-04-30
ggml : fix UB (int << 31)
Georgi Gerganov
2023-04-30
build: add armv{6,7,8} support to cmake (#1251)
Pavol Rusnak
2023-04-30
common : better default number of threads (#934)
jon-chuang
2023-04-30
ggml : add CLBlast q5_0, q5_1, q8_0 dequant kernels (#1225)
0cc4m
2023-04-30
ggml : add Q5 WASM SIMD + GGML_FTYPE
Georgi Gerganov
2023-04-30
Various fixes to mat_mul benchmark (#1253)
Stephan Walter
2023-04-30
ggml : fix labels for GGML_OP_ALIBI
Georgi Gerganov
2023-04-29
ggml : fix 32-bit ARM NEON
Georgi Gerganov
2023-04-29
ggml : use vzip instead of vuzp for consistency
Georgi Gerganov
2023-04-29
ggml : fix visibility and unused warnings
Georgi Gerganov
2023-04-29
ggml : fix #if for f32_f32 mul_mat (CLBlast) (#1229)
Georgi Gerganov
2023-04-29
ggml : adjust mul_mat_f16 work memory (#1226)
Georgi Gerganov
2023-04-29
build : fix reference to old llama_util.h
Georgi Gerganov
2023-04-29
examples : fix save-load-state + rename llama-util.h
Georgi Gerganov
2023-04-29
common : change default parameters to pre-#1126 (#1223)
Georgi Gerganov
2023-04-29
llama : new sampling algorithms (#1126)
Ivan Stepanov
2023-04-29
cuBLAS: use host pinned memory and dequantize while copying (#1207)
slaren
2023-04-29
cuBLAS: non-contiguous tensor support (#1215)
Henri Vasserman
2023-04-28
Remove Q4_3 which is no better than Q5 (#1218)
Stephan Walter
2023-04-28
readme : update hot topics
Georgi Gerganov
2023-04-28
ggml : sync ggml (ggml_alibi)
Georgi Gerganov
[prev]
[next]