]> git.djapps.eu Git - pkg/ggml/sources/ggml/shortlog
pkg/ggml/sources/ggml
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)
2023-05-20 Georgi Gerganovcommon : fix gpt_tokenize (ref #170)
2023-05-20 Michael Verrillidolly-v2 : par_res and neox changes (#167)
2023-05-20 Georgi Gerganovexamples : call ggml_time_init() (close #166)
2023-05-20 Georgi GerganovUpdate README.md
2023-05-20 Georgi Gerganovggml : sync llama.cpp - CUDA improvements + ggml minor...
2023-05-20 Georgi Gerganovggml : sync llama.cpp - new quantization formats Q4...
2023-05-18 pikalover6readme : update roadmap (#164)
2023-05-17 Lukas Möllerexamples : sample replit + MPT inference (#145)
2023-05-17 jaeminSonexamples : fix a hyperparameter value in gpt-neox ...
2023-05-17 Andreiggml : fix typo in ggml_diag_mask_zero_inplace() (...
2023-05-15 Georgi Gerganovreadme : add link to training example
2023-05-14 Georgi Gerganovggml : add AVX dot products
2023-05-14 Georgi Gerganovwhisper : sync whisper.cpp
2023-05-14 IGUILIZ Salah... starcoder : detect santacoder fix end of text token...
2023-05-14 Georgi Gerganovreadme : add re-quantization warning
2023-05-14 Georgi Gerganovexamples : use inplace calls explicitly
2023-05-14 Georgi Gerganovtests : add tests from llama.cpp
2023-05-14 Georgi Gerganovggml : fix multi-threaded ggml_compute_forward_diag_mas...
2023-05-14 Georgi Gerganovggml : fix rope calculation (!inplace + GPT-NeoX mode)
2023-05-14 Georgi Gerganovggml : new Q4 and Q5 quantization formats + backward ops
2023-05-14 Georgi Gerganovggml : add GGML_QNT_VERSION for tracking changes to...
2023-05-14 Georgi Gerganovwhisper : sync whisper.cpp minor changes
2023-05-13 Ravindra Marellastarcoder : update example to follow the naming convent...
2023-05-13 Georgi Gerganovreadme : fix gpt-neox example link
2023-05-13 Ravindra Marellaexamples : fix warnings (#152)
2023-05-13 Nouamane Tazireadme : add BLOOM example (#151)
2023-05-13 Georgi Gerganovexamples : update readme with new quantization usage...
2023-05-13 Georgi Gerganovreadme : update example list (#146)
2023-05-13 Nouamane Taziexamples : add StarCoder/SantaCoder sample inference...
2023-05-13 Eldar Yusupovgpt-neox : add non-parallel residual support (#139)
2023-05-13 Nevincommon : allow prompts to be loaded from file (#102)
2023-05-11 yangyaofeiggml : fix bug in alibi (#143)
2023-05-08 Georgi Gerganovdolly-v2 : ggml_cgraph init (#112)
2023-05-08 Tanmay Sachanexamples : make struct initialization more portable...
2023-05-08 Georgi Gerganovdolly-v2 : minor formatting
2023-05-06 Michael Verrilliexamples : add dolly-v2 sample inference (#132)
2023-05-04 Georgi Gerganovstablelm : update README.md
2023-05-03 Georgi Gerganovggml : vectorize Q8_0 quantization (#127)
2023-05-02 Georgi Gerganovggml : fix 32-bit ARM
2023-05-02 Georgi Gerganovwhisper : sync with latest
2023-05-02 Georgi Gerganovscripts : update sync scripts
2023-05-02 Georgi Gerganovggml : sync llama.cpp (clBLAST support + tensor names)
2023-05-01 Georgi Gerganovggml : temp comment
2023-04-30 Georgi Gerganovggml : fix UB (int << 31)
2023-04-30 Georgi Gerganovggml, whisper : sync whisper.cpp (GGML_FTYPE + Q5 WASM...
2023-04-30 Georgi Gerganovggml : fix labels for GGML_OP_ALIBI
2023-04-29 Georgi Gerganovggml : fix 32-bit ARM NEON
2023-04-29 Georgi Gerganovggml : use vzip instead of vuzp for consistency
2023-04-29 Georgi Gerganovggml : fix SHARED build
2023-04-29 Georgi Gerganovggml : sync llama.cpp (less memory for mul_mat f16...
2023-04-29 Georgi Gerganovscripts : add sync-whisper.sh
2023-04-29 Georgi Gerganovcommon : forgot to remove Q4_3 references
2023-04-29 Georgi Gerganovggml : remove Q4_3
2023-04-28 Georgi Gerganovggml : ggml_alibi() fixes (#113)
2023-04-28 Dan Forbesggml : add ggml_alibi (positional embedding) (#113)
2023-04-28 Georgi Gerganovggml : sync llama.cpp (CLBlast)
2023-04-28 Georgi Gerganovgitignore : add python env folders
2023-04-28 Santtu Keskinenreadme : add bert.cpp link (#114)
2023-04-27 Georgi Gerganovstablelm : put warning about bug in the implementation
2023-04-27 Georgi Gerganovggml : sync llama.cpp (Q5_0 + Q5_1) + refactor examples...
2023-04-24 Georgi Gerganovggml : sync llama.cpp (fix GCC 8 build, close #99)
2023-04-23 Georgi Gerganovggml : indentation
2023-04-23 Georgi Gerganovggml : add GGML_API for exporting shared symbols
2023-04-23 Georgi Gerganovggml : better PERF prints
2023-04-23 le.changtests : fix compile error (#98)
2023-04-23 appvoidgpt-2 : remove GPT-J unnecessary import (#91)
2023-04-23 AsukaMinatotests : remove type cast (#100)
2023-04-23 Georgi Gerganovggml : sync llama.cpp (AVX improvements)
2023-04-22 Georgi Gerganovggml : fix Q4_3 cuBLAS + fix quantize_row_q4_2()
2023-04-22 Georgi Gerganovexamples : refactor quantization tools
2023-04-22 Georgi Gerganovexamples : utils -> common
next