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-07-21
MIKU MAYHEM: Upgrading the Default Model for Maximum Fun 🎉 (#2287)
Hatsune Miku
2023-07-21
Faster Q2_K on Metal (#2297)
Kawrakow
2023-07-21
make : fix embdinput library and server examples building on MSYS2 (#2235)
Przemysław Pawełczyk
2023-07-20
Faster Q5_K and Q6_K on Metal (#2294)
Kawrakow
2023-07-20
Faster Q4_K on Metal (#2290)
Kawrakow
2023-07-20
llama : fix regression from #2000 - could not load no-mmap models
Georgi Gerganov
2023-07-20
metal: minor q4 optimization and reduce code size (#2248)
Shouzheng Liu
2023-07-19
llama : extend API to get max devices at runtime (#2253)
Rinne
2023-07-19
flake : update flake.nix (#2270)
wzy
2023-07-19
cmake : install targets (#2256)
wzy
2023-07-18
ci : integrate with ggml-org/ci (#2250)
Georgi Gerganov
2023-07-18
llama : shorten quantization descriptions
Georgi Gerganov
2023-07-17
Support dup & cont ops on CUDA (#2242)
Jiahao Li
2023-07-17
llama : fix t_start_sample_us initialization warning (#2238)
Alex Klinkhamer
2023-07-16
ggml : fixed runtime bugs and compile errors related to GGML_PERF and GGML_DE...
Qingyou Meng
2023-07-16
py : turn verify-checksum-models.py into executable (#2245)
Jiřà PodivÃn
2023-07-15
llama : add custom RoPE (#2054)
Xiao-Yong Jin
2023-07-14
flake : add runHook preInstall/postInstall to installPhase so hooks function ...
Dave Della Costa
2023-07-14
make : use pkg-config for OpenBLAS (#2222)
wzy
2023-07-14
cuda : allocate all temporary ggml_tensor_extra_gpu from a fixed-size buffer ...
Bach Le
2023-07-14
ggml : fix static_assert with older compilers #2024 (#2218)
Evan Miller
2023-07-14
llama : add functions that work directly on model (#2197)
Bach Le
2023-07-14
build.zig : install config header (#2216)
Ali Chraghi
2023-07-14
examples : fixed path typos in embd-input (#2214)
Shangning Xu
2023-07-14
cuda : support broadcast add & mul (#2192)
Jiahao Li
2023-07-14
CUDA: mul_mat_vec_q kernels for k-quants (#2203)
Johannes Gäßler
2023-07-14
make : fix combination of LLAMA_METAL and LLAMA_MPI (#2208)
James Reynolds
2023-07-14
ggml : sync (ggml_conv_2d, fix mul_mat bug, CUDA GLM rope)
Georgi Gerganov
2023-07-14
Metal: faster Q4_0 and Q4_1 matrix x vector kernels (#2212)
Kawrakow
2023-07-13
Revert "Support using mmap when applying LoRA (#2095)" (#2206)
Howard Su
2023-07-13
Fix compile error on Windows CUDA (#2207)
Howard Su
2023-07-13
devops : add missing quotes to bash script (#2193)
Bodo Graumann
2023-07-12
metal : new q4_0 matrix-vector kernel (#2188)
Shouzheng Liu
2023-07-12
ggml : broadcast mul_mat + conv batch support (#2199)
Georgi Gerganov
2023-07-12
ggml : add ggml_pool_1d and ggml_pool_2d
Georgi Gerganov
2023-07-12
cuda : add gelu support
Georgi Gerganov
2023-07-12
FP16 is supported in CM=6.0 (#2177)
Howard Su
2023-07-12
Fixed __dp4a compute capability: 6.0 -> 6.1 (#2189)
Johannes Gäßler
2023-07-12
ggml : revert CUDA broadcast changes from #2183 (#2191)
Georgi Gerganov
2023-07-11
ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183)
Georgi Gerganov
2023-07-11
ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178)
Spencer Sutton
2023-07-11
llama : add classifier-free guidance (#2135)
Bach Le
2023-07-11
docker : add '--server' option (#2174)
Jinwoo Jeong
2023-07-11
readme : fix zig build instructions (#2171)
Chad Brewbaker
2023-07-11
Support using mmap when applying LoRA (#2095)
Howard Su
2023-07-11
Possible solution to allow K-quants on models with n_vocab!=32000 (#2148)
LostRuins
2023-07-10
mpi : add support for distributed inference via MPI (#2099)
Evan Miller
2023-07-09
llama : remove "first token must be BOS" restriction (#2153)
oobabooga
2023-07-09
main : escape prompt prefix/suffix (#2151)
Nigel Bosch
2023-07-09
readme : update Termux instructions (#2147)
JackJollimore
[next]