]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/shortlog
pkg/ggml/sources/llama.cpp
2023-07-25 KawrakowAnother speed gain for Q4_0 and Q4_1 on Metal (#2375)
2023-07-25 KawrakowFix Q4_K and Q5_K for QK_K = 64 on CUDA (#2359)
2023-07-25 slarenserver: add rms_norm_eps parameter (#2380)
2023-07-25 Henri Vasserman[Server] Escape HTML in webchat (#2368)
2023-07-24 slarenmake rms_norm_eps a parameter (#2374)
2023-07-24 Aarni KoskelaChat UI extras (#2366)
2023-07-24 Georgi Gerganovggml : sync (unary ops refactor, static-correctness...
2023-07-24 KawrakowFix scalar version of Q5_K when QK_K = 64 (#2362)
2023-07-24 Evan Jonesllama : add grammar-based sampling (#1773)
2023-07-23 KawrakowSome more Q4_K and Q5_K speedup on CUDA (#2346)
2023-07-23 IgnacioFDMAdd gqa parameter support to the server (#2351)
2023-07-23 Johannes GäßlerFix __dp4a documentation (#2348)
2023-07-23 wzycommon : n_threads == -1 uses std::thread::hardware_con...
2023-07-23 slarenfix n_tasks (#2342)
2023-07-23 slarenggml: move op parameters from tensors to ggml_tensor...
2023-07-23 Georgi Gerganovllama : grouped-query attention + LLaMAv2 70B support...
2023-07-23 maddes8chtllama : print help to stdout (#2338)
2023-07-23 wzyflake : support `nix build '.#opencl'` (#2337)
2023-07-23 Christian Demsarllama : print max tensor size to stderr (#2336)
2023-07-23 Jose Maldonadomake : fix CLBLAST compile support in FreeBSD (#2331)
2023-07-23 AustinMrozexamples : simplify vim plugin (#2327)
2023-07-23 Jiahao Limetal : support bcast add & dup & cont op (#2323)
2023-07-23 KawrakowSpeed up Q4_K (#2322)
2023-07-22 Johannes GäßlerCUDA: Fixed 7b q3_K_S with mul_mat_vec_q (#2313)
2023-07-22 Georgi Gerganovllama : optimize memory buffers (#2325)
2023-07-22 klosaxPerplexity: Compute scores correlated to HellaSwag...
2023-07-22 whoresonexamples : basic VIM plugin
2023-07-22 Georgi Gerganovci : fix args
2023-07-22 Georgi Gerganovci : add 7B CUDA tests (#2319)
2023-07-21 Richard Robersonexamples : add easy python script to create quantized...
2023-07-21 KawrakowCustom RoPE + bettter memory management for CUDA (...
2023-07-21 KawrakowFaster Q3_K implementation on Metal (#2307)
2023-07-21 Georgi Gerganovggml : fix the rope fix (513f8619535a64fa9ace808cdcbcf6...
2023-07-21 Ikko Eltociear... examples : fix typo in minigpt4.py (#2298)
2023-07-21 Georgi Gerganovggml : fix rope args order + assert (#2054)
2023-07-21 Georgi Gerganovgitignore : fix final newline
2023-07-21 Guillaume ... llama : remove cfg smooth factor as it is only a repara...
2023-07-21 Jose Maldonadogitignore : changes for Poetry users + chat examples...
2023-07-21 Georgi Gerganovmake : fix indentation
2023-07-21 Georgi Gerganovci : fix MNT realpath usage (#2250)
2023-07-21 Sky Yanmake : support customized LLAMA_CUDA_NVCC and LLAMA_CUD...
2023-07-21 wzyflake : remove intel mkl from flake.nix due to missing...
2023-07-21 Georgi Gerganovllama : make tensor_split ptr instead of array (#2272)
2023-07-21 Jiří Podivínmake : add new target for test binaries (#2244)
2023-07-21 Hatsune MikuMIKU MAYHEM: Upgrading the Default Model for Maximum...
2023-07-21 KawrakowFaster Q2_K on Metal (#2297)
2023-07-21 Przemysław... make : fix embdinput library and server examples buildi...
2023-07-20 KawrakowFaster Q5_K and Q6_K on Metal (#2294)
2023-07-20 KawrakowFaster Q4_K on Metal (#2290)
2023-07-20 Georgi Gerganovllama : fix regression from #2000 - could not load...
2023-07-20 Shouzheng Liumetal: minor q4 optimization and reduce code size ...
2023-07-19 Rinnellama : extend API to get max devices at runtime (...
2023-07-19 wzyflake : update flake.nix (#2270)
2023-07-19 wzycmake : install targets (#2256)
2023-07-18 Georgi Gerganovci : integrate with ggml-org/ci (#2250)
2023-07-18 Georgi Gerganovllama : shorten quantization descriptions
2023-07-17 Jiahao LiSupport dup & cont ops on CUDA (#2242)
2023-07-16 Alex Klinkhamerllama : fix t_start_sample_us initialization warning...
2023-07-16 Qingyou Mengggml : fixed runtime bugs and compile errors related...
2023-07-16 Jiří Podivínpy : turn verify-checksum-models.py into executable...
2023-07-15 Xiao-Yong Jinllama : add custom RoPE (#2054)
2023-07-14 Dave Della... flake : add runHook preInstall/postInstall to installPh...
2023-07-14 wzymake : use pkg-config for OpenBLAS (#2222)
2023-07-14 Bach Lecuda : allocate all temporary ggml_tensor_extra_gpu...
2023-07-14 Evan Millerggml : fix static_assert with older compilers #2024...
2023-07-14 Bach Lellama : add functions that work directly on model ...
2023-07-14 Ali Chraghibuild.zig : install config header (#2216)
2023-07-14 Shangning Xuexamples : fixed path typos in embd-input (#2214)
2023-07-14 Jiahao Licuda : support broadcast add & mul (#2192)
2023-07-14 Johannes GäßlerCUDA: mul_mat_vec_q kernels for k-quants (#2203)
2023-07-14 James Reynoldsmake : fix combination of LLAMA_METAL and LLAMA_MPI...
2023-07-14 Georgi Gerganovggml : sync (ggml_conv_2d, fix mul_mat bug, CUDA GLM...
2023-07-14 KawrakowMetal: faster Q4_0 and Q4_1 matrix x vector kernels...
2023-07-13 Howard SuRevert "Support using mmap when applying LoRA (#2095...
2023-07-13 Howard SuFix compile error on Windows CUDA (#2207)
2023-07-13 Bodo Graumanndevops : add missing quotes to bash script (#2193)
2023-07-12 Shouzheng Liumetal : new q4_0 matrix-vector kernel (#2188)
2023-07-12 Georgi Gerganovggml : broadcast mul_mat + conv batch support (#2199)
2023-07-12 Georgi Gerganovggml : add ggml_pool_1d and ggml_pool_2d
2023-07-12 Georgi Gerganovcuda : add gelu support
2023-07-12 Howard SuFP16 is supported in CM=6.0 (#2177)
2023-07-12 Johannes GäßlerFixed __dp4a compute capability: 6.0 -> 6.1 (#2189)
2023-07-12 Georgi Gerganovggml : revert CUDA broadcast changes from #2183 (#2191)
2023-07-11 Georgi Gerganovggml : sync (abort callback, mul / add broadcast, fix...
2023-07-11 Spencer Suttonggml : remove src0 and src1 from ggml_tensor and rename...
2023-07-11 Bach Lellama : add classifier-free guidance (#2135)
2023-07-11 Jinwoo Jeongdocker : add '--server' option (#2174)
2023-07-11 Chad Brewbakerreadme : fix zig build instructions (#2171)
2023-07-11 Howard SuSupport using mmap when applying LoRA (#2095)
2023-07-11 LostRuinsPossible solution to allow K-quants on models with...
2023-07-10 Evan Millermpi : add support for distributed inference via MPI...
2023-07-09 oobaboogallama : remove "first token must be BOS" restriction...
2023-07-09 Nigel Boschmain : escape prompt prefix/suffix (#2151)
2023-07-09 JackJollimorereadme : update Termux instructions (#2147)
2023-07-09 clyangggml : fix buidling with Intel MKL but ask for "cblas...
2023-07-09 rankaiyxreadme : add more docs indexes (#2127)
2023-07-08 Johannes GäßlerFixed OpenLLaMA 3b CUDA mul_mat_vec_q (#2144)
2023-07-07 Johannes GäßlerCUDA: add __restrict__ to mul mat vec kernels (#2140)
2023-07-07 dylandocker : add support for CUDA in docker (#1461)
2023-07-07 Georgi Gerganovci : switch threads to 1 (#2138)
next