]> git.djapps.eu Git - pkg/ggml/sources/ggml/shortlog
pkg/ggml/sources/ggml
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)
2023-05-28 Skyler Celestinian... readme : add "development" (#203)
2023-05-27 apcameronggml : add CLBLAST support (#197)
2023-05-27 Georgi Gerganovcuda : sync latest llama.cpp (control DMMV X/Y sizes)
2023-05-27 Georgi Gerganovggml : add ggml_tensor_overhead() + ggml_get_tensort_by...
2023-05-27 Georgi Gerganovggml : sync llama.cpp (OpenCL support for GPU offload)
2023-05-27 Georgi Gerganovmnist : gitignore stuff
2023-05-27 jaeminSonexamples : add tokenization tests and refactor codes...
2023-05-27 Georgi GerganovUpdate README.md
2023-05-26 Georgi Gerganovminor : fix printf warnings
2023-05-26 Radoslav Gerganovmnist : smooth user input (#199)
2023-05-26 Radoslav Gerganovexamples : add missing header file (#198)
2023-05-25 Radoslav Gerganovmnist : add progress indicator on the web page (#194)
2023-05-24 Georgi Gerganovmnist : add WASM instructions + web-page link
2023-05-24 Radoslav Gerganovmnist : add web page for the MNIST example (#190)
2023-05-24 Georgi Gerganovmnist : cleanup main.cpp
2023-05-24 Ettore Di Giacintodocs : add golang transformer bindings (#191)
2023-05-24 Georgi Gerganovmpt : fix n_ctx (close #165)
2023-05-24 Georgi Gerganovexamples : remove prompt pipe-in support
2023-05-24 Georgi Gerganovcommon : add missing declarations
2023-05-24 klosaxmpt : utf-8 support, perplexity testing, repeat penalty...
2023-05-22 Georgi Gerganovreadme : update Features
2023-05-21 Ravindra Marellareadme : add link to python bindings (#181)
2023-05-21 klosaxcommon : support utf-8 + fix gpt_tokenize + fix MPT...
2023-05-20 Dan Forbesreadme : add link to GGML format docs (#177)
2023-05-20 Georgi Gerganovexamples : use scratch buffers to reduce memory usage...
2023-05-20 Georgi Gerganovggml : update WASM SIMD
2023-05-20 Georgi Gerganovwhisper : fix Hebrew lang id
2023-05-20 Georgi Gerganovexamples : add quantize version to MPT and Replit examp...
2023-05-20 Georgi Gerganovcommon : force --top_k to be at least 1
2023-05-20 Georgi Gerganovexamples : fix vocab loading (close #163)
next