]> git.djapps.eu Git - pkg/ggml/sources/ggml/shortlog
pkg/ggml/sources/ggml
2023-07-11 Georgi Gerganovggml : remove unused function (#328)
2023-07-11 Georgi Gerganovggml : fix compile warnings after #328
2023-07-11 Arjunggml : add callback to abort ggml_graph_compute() ...
2023-07-11 Jiahao Liggml : use a single kernel for CUDA mul op (#373)
2023-07-11 Borislav Stanimirovtests : ifdef for #pragma GCC (#370)
2023-07-11 Georgi Gerganovreadme : add link to ggllm.cpp repo (close #361)
2023-07-11 Jiahao Liggml : broadcast ggml_add() for F32 (#359)
2023-07-11 Jiahao Liggml : support norm op on CUDA (#364)
2023-07-11 Tom Jobbinsstarcoder : fix for ggml-model.bin being saved in wrong...
2023-07-11 goerchggml : fix ggml_set_xxx (#354)
2023-07-11 Daulet Zhanguzinggml : fix Alibi implementation (#351)
2023-07-11 Georgi Gerganovggml : sync llama.cpp (fix for #341)
2023-07-10 Georgi Gerganovggml : fix docs about element access (close #348)
2023-07-10 the-crypt-keeperstarcoder : add <|end_of_turn|> token handling in order...
2023-07-10 Sam Spilsburypkg-config : fix typo in includedir (#367)
2023-07-10 Georgi Gerganovggml : sync llama.cpp (changes to ggml_graph_compute...
2023-07-06 Georgi Gerganovggml : minor indentation
2023-07-06 Borislav Stanimirovggml : restore GGML_RESTRICT (#350)
2023-07-05 Georgi Gerganovggml : fix bug introduced in bfc6d42f8c2141383e4f21e4a0...
2023-07-05 Georgi Gerganovtests : sync from llama.cpp and disable some obsolete...
2023-07-05 Georgi Gerganovggml : sync llama.cpp (generalize quantize_fns + CUDA...
2023-07-04 Andreicmake : fix public header path for submodules (#342)
2023-07-04 Georgi Gerganovwhisper : fix wrong variable name from previous commit
2023-07-04 Sam Spilsburybuild : add pkg-config file (#335)
2023-07-04 Sam Spilsburycmake : install the header file to ggml/ggml.h (#333)
2023-07-04 Georgi Gerganovwhisper : sync whisper.cpp (tinydiarize + OpenVINO)
2023-07-04 Sam Spilsburyreadme : add link to ggml-gobject (#336)
2023-07-04 Jakob Frickdolly : update error print behavior (#337)
2023-07-04 Borislav Stanimirovdolly : disable interactive_port on Windows (#339)
2023-07-02 Jakob Frickdolly : add interactive prompt and port mode (#319)
2023-07-02 Georgi Gerganovexamples : remove whitespace
2023-07-02 Hirochika Matsumotoexamples : use GGML_FILE_MAGIC where possible (#323)
2023-07-02 sjinzhzig : add tests codes using zig (#315)
2023-07-02 Hugo Rosenkranz... mpt : convert model weights part by part to save memory...
2023-07-02 Borislav Stanimirovggml : generalize interface for 1d and 2d convolutions...
2023-07-02 Georgi Gerganovggml : disable ggml_rope_back for ChatGLM
2023-07-02 Georgi Gerganovggml : remove tensor ptr from export for now (close...
2023-07-02 Georgi Gerganovggml : fix enum order for TANH (#316)
2023-07-02 PABggml : add `ELU`, `TANH`, `ARGMAX` (#316)
2023-07-02 goerchggml : add GGML_TENSOR_LOCALS helper macros (#309)
2023-07-02 the-crypt-keeperstarcoder : add repeat penalty (#311)
2023-07-02 Georgi Gerganovggml : sync latest llama.cpp (ggml_task_type changes...
2023-06-26 sjinzhzig : add tests by zig (#307)
2023-06-26 Jiahao Liggml : support ChatGLM-style RoPE (#305)
2023-06-26 Georgi Gerganovggml : increase max name size to 48
2023-06-26 Georgi Gerganovggml : sync llama.cpp (NUMA + thread improvements ...
2023-06-25 Playdevpy : add requirements.txt (#201)
2023-06-25 M. Yusuf Sarıgözreadme : add link to CLIP example (#298)
2023-06-25 Georgi Gerganovggml : fix invalid src0 dereference
2023-06-25 Georgi Gerganovggml : remove _GNU_SOURCE
2023-06-25 sjinzhzig : update build.zig (#296)
2023-06-25 Georgi Gerganovreadme : add roadmap + manifesto
2023-06-25 M. Yusuf Sarıgözggml : do not round up the conv 2D row size (#274)
2023-06-25 Georgi Gerganovwhisper : fix ifdef
2023-06-25 Georgi Gerganovopencl : remove ggml-opencl.c
2023-06-25 Georgi Gerganovwhisper : sync latest whisper.cpp
2023-06-25 Georgi Gerganovwhisper : sync latest whisper.cpp
2023-06-25 Georgi Gerganovcommon : fix trailing whitespace
2023-06-25 Georgi Gerganovwhisper : sync latest whisper.cpp
2023-06-25 Georgi Gerganovreadme : add encodec.cpp link
2023-06-24 Georgi Gerganovreadme : add BioGPT example link
2023-06-24 LoganDarkggml : add custom mapping functions (#264)
2023-06-24 sjinzhzig : add zig build system support (#279)
2023-06-24 Georgi Gerganovtests : allow to set threads to test-grad0
2023-06-24 Borislav Stanimirovbuild : fix compilation errors and warnigns when buildi...
2023-06-24 Borislav Stanimirovtests : increase stack size for test1 when building...
2023-06-24 Georgi Gerganovtests : use LBFGS optimizer instead of ADAM (close...
2023-06-24 AmbientLggml : more verbose memory allocation failure (#270)
2023-06-24 AmbientLstarcoder : add special tokens for fill-in-the-middle...
2023-06-24 Georgi Gerganovggml : sync llama.cpp (tensor names)
2023-06-19 Georgi Gerganovci : reduce GGML_NLOOP to 3
2023-06-19 Georgi Gerganovtests : sync test-grad0 from llama.cpp
2023-06-19 Georgi Gerganovggml : fix bug in LBFGS optimizer
2023-06-19 Georgi Gerganovggml : sync latest llama.cpp
2023-06-18 Ebey Abrahamgpt-2 : fix typo (#261)
2023-06-18 Avi Lumelskywhisper : removed duplicate lines in convert-pt-to...
2023-06-18 Lukas Möllerreplit : update inference code to match reference ...
2023-06-18 Adam Tazici : introduce Github Actions CI workflow (#247)
2023-06-18 Tanmayggml : convert interleaved addressing to sequential...
2023-06-18 Ravindra Marellaexamples : fix c++ standard errors and pedantic warning...
2023-06-18 Cristiano Calcagnoggml : fix minor resource leak reported by static analy...
2023-06-18 Ravindra Marellastarcoder : add support for starchat special tokens...
2023-06-16 LoganDarkggml : return input tensor in ggml_set_name (#262)
2023-06-16 LoganDarkggml : fix ggml_clamp (#263)
2023-06-16 M. Yusuf Sarıgözggml : add quick GELU (#254)
2023-06-08 Andreicmake : export all symbols on windows when building...
2023-06-07 LoganDarkggml : correct off-by-one bounds check in ggml_compute_...
2023-06-07 klosaxgpt-neox : fix ctx size calculation (#228)
2023-06-07 Georgi Gerganovggml : fix ggml_clamp thresholds being read as ints...
2023-06-07 Jiahao Liggml : add inplace ops api in header file (#219)
2023-06-02 Georgi Gerganovggml : add ggml_conv_2d_sk_p0(), ggml_win_part(), ggml_...
2023-05-30 Georgi Gerganovggml : fix ggml op conv_1d enum names
2023-05-30 Georgi Gerganovggml : better conv_1d naming
2023-05-30 Georgi Gerganovggml : rename conv_1d ops to reflect half-padding used
2023-05-30 Georgi Gerganovggml : fix compiler warnings for printf
2023-05-29 Georgi Gerganovmnist : remove redundant stuff + rename ctx0
2023-05-29 Eldar Yusupovmnist : add missing header (#213)
2023-05-29 Eldar Yusupovcommon : fix compilation on Linux (#212)
2023-05-29 Georgi Gerganovggml : cgraph export/import/eval example + GPU support...
2023-05-28 Tyé singwafix : fix ggml_alibi (#204)
next