]> git.djapps.eu Git - pkg/ggml/sources/ggml/shortlog
pkg/ggml/sources/ggml
2023-03-30 Georgi Gerganovgpt-2 : add Cerebras-GPT example
2023-03-30 Supreet Sethiggml : fix NEON sign types (#51)
2023-03-29 Cordeirogpt-2 : convert h5 to ggml (#35)
2023-03-29 Georgi Gerganovreadme : update Roadmap
2023-03-29 Georgi Gerganovggml : 4-bit Integer quantisation + many llama.cpp...
2023-03-25 MaiHDggml : make it work on Windows (#46)
2023-03-25 Georgi Gerganovtests : add test-blas0
2023-03-22 Georgi GerganovFix CMake indentation
2023-03-22 katsu560add OpenBLAS detection and modify tests codes (#40)
2023-03-22 Alex von Gluck IVCMakeLists: Fix Haiku CPU detection (#39)
2023-03-22 hidenorlyAdd pipe input for prompt on gpt examples (#38)
2023-03-06 katsu560cmake : update CMakeLists.txt to add correct flags...
2023-03-06 Georgi Gerganovreadme : update Roadmap
2023-03-05 Georgi Gerganovreadme : add Roadmap section
2023-02-26 Georgi Gerganovsync : latest whisper.cpp
2023-02-21 Georgi Gerganovtests : fix cblas_sgemm call
2023-02-18 Georgi Gerganovtests : add SVD experiments
2023-02-15 Georgi Gerganovsync : latest whisper.cpp (scratch buffers in ggml)
2023-01-20 Georgi GerganovUpdate README.md
2023-01-15 Takuya Takeuchicmake : configure CMAKE_C_FLAGS and target_link_librari...
2023-01-15 Georgi Gerganovgpt : fix sampling to use the temperature (close #16)
2023-01-15 Georgi Gerganovggml : sync latest whisper.cpp
2023-01-08 Georgi Gerganovgpt-2 : fix broken prompt due to recent experiments
2023-01-08 Georgi Gerganovggml : sync latest whisper.cpp
2023-01-07 Georgi Gerganovcmake : disable warnings about unused functions
2023-01-07 Georgi Gerganovggml : bugfix in new soft max computation
2023-01-07 Georgi Gerganovtests : change test2 eps
2023-01-07 Georgi Gerganovggml : sync with latest whisper.cpp
2023-01-07 Georgi Gerganovtests : some more quantization experiments
2023-01-07 Georgi Gerganovsync : forgot to sync ggml.h
2023-01-07 Georgi Gerganovsync : latest changes from whisper.cpp
2023-01-07 Georgi Gerganovtests : wip quantized matrix multiplication method 2
2023-01-07 Georgi Gerganovtests : minor fixes for x86
2023-01-05 Georgi Gerganovtests : experiments with n-bit quantized matrix multipl...
2022-12-31 Georgi Gerganovsync : latest changes from whisper.cpp
2022-12-31 Georgi Gerganovgpt-2 : experimenting with attention mask
2022-12-31 Georgi Gerganovgpt-2 : fix off-by-one error in batching logic
2022-12-12 Georgi Gerganovexamples : redirect download scripts to HF
2022-12-04 Georgi Gerganovgpt : add support for gpt-jt + fix unicode support
2022-12-04 Georgi Gerganovggml : sync with latest code from whisper.cpp
2022-11-09 Georgi Gerganovsync : latest changes from whisper.cpp
2022-11-01 Georgi GerganovUpdate README.md
2022-11-01 Georgi Gerganovsync : latest changes from whisper.cpp
2022-10-18 Georgi Gerganovwhisper : fix timestamp sampling
2022-10-18 Georgi Gerganovsync : whisper.cpp
2022-10-17 Georgi Gerganovsync : whisper.cpp
2022-10-17 Georgi GerganovMinor fixes
2022-10-17 Georgi GerganovImprove mul_mat performance for big matrices using...
2022-10-17 Georgi GerganovPerformance tests - trying to optimize mul_mat
2022-10-13 Georgi Gerganovsync : whisper.cpp
2022-10-08 Georgi Gerganovwhisper : sync with whisper.cpp
2022-10-05 Georgi Gerganovwhisper : various improvements
2022-10-04 Georgi Gerganovwhisper : add C-style API
2022-10-03 Georgi Gerganovwhisper : various fixes
2022-09-30 Georgi Gerganovwhisper : various updates and improvements
2022-09-28 Georgi GerganovAdding Whisper inference example
2022-09-19 Georgi GerganovUpdate README.md + minor stuff
2022-09-18 Georgi GerganovUpdate README.md
2022-09-18 Georgi GerganovInitial release