]> git.djapps.eu Git - pkg/ggml/sources/ggml/shortlog
pkg/ggml/sources/ggml
2023-11-01 Philpaxgguf : add file format specification (#302)
2023-11-01 Andreiggml-backend : use __declspec with msvc (#599)
2023-10-30 slarenggml-backend v2 : add ggml_backend_sched (#586)
2023-10-30 Radoslav Gerganovyolo : add example implementing YOLO object detection...
2023-10-30 Jiří Podivíngitignore : add ggml-model-f16.bin (#597)
2023-10-30 Borislav Stanimirovcmake : cuda architectures: allow user override, only...
2023-10-24 Georgi Gerganovsync : llama.cpp (CUDA, Metal, OpenCL, gguf magic,...
2023-10-24 PABggml : memset dst to 0 in `ggml_conv_transpose_1d`...
2023-10-20 Georgi Gerganovgpt-2 : fix allocr worst-case when n_parallel > prompt...
2023-10-20 Georgi Gerganovgpt-2 : add ignore-eos flag
2023-10-20 Georgi Gerganovgpt-2 : allow setting custom context size (i.e. large...
2023-10-16 Georgi Gerganovci : add SAM test + improve whisper test (#583)
2023-10-15 PABtests : add ggml_conv_transpose_1d test (#582)
2023-10-12 Georgi Gerganovci : add gpt-2-batched test
2023-10-12 Yavor Ivanovgpt-2 : add batched decoding example (#572)
2023-10-12 Georgi Gerganovci : add M1 node (#577)
2023-10-12 Shijiereadme : add qwen example (#575)
2023-10-11 Georgi Gerganovcmake : fix string matching
2023-10-11 slarentests : do not build test-vec1 on systems without avx...
2023-10-09 leejetggml : faster ggml_conv_2d using 2-stage op (#483)
2023-10-09 Borislav Stanimirovcuda : int counters for device, fix fprintf warning...
2023-10-09 Yavor IvanovDisable ggml-alloc assert for CPU version of Sam.cpp...
2023-10-08 Georgi Gerganovsync : llama.cpp (Metal + OpenCL + minor alibi) (#558)
2023-10-08 slarenfix MSVC build issues (#557)
2023-10-07 slarenggml-alloc : fix crash when used without ggml-backend...
2023-10-07 Pierre Alexandre... readme : mention Metal could be used for gpt-2 (#553)
2023-10-06 slarenggml backends interface v1 (#547)
2023-10-06 Hyunsung Leeggml : delete duplicate logging macros (#531)
2023-10-04 Georgi Gerganovsync : llama.cpp (training, refactoring) (#548)
2023-10-04 布客飞龙cmake : add OPENCL_LIB to solve problem [cannot resolve...
2023-09-28 skirodevggml : fix batch for ggml_conv_2d (#528)
2023-09-28 PABggml : add `GGML_OP_CONV_TRANSPOSE_1D` (#524)
2023-09-28 PABggml : complete implementation of `GGML_OP_CONV_1D...
2023-09-15 Georgi Gerganovci : add whisper test (#525)
2023-09-15 Georgi Gerganovexamples : fix compile warnings
2023-09-15 Georgi Gerganovsync : whisper.cpp (Metal + ggml sched_yield fix +...
2023-09-08 Diogoci : add Metal build (#514)
2023-09-08 Diogoci : add CLBlast build (#513)
2023-09-08 Jiahao Licuda : suppress compiler warning of unused variables...
2023-09-08 布客飞龙cmake : solve prob "clblast.h not found" (#506)
2023-09-08 Cebtenzzreggml : mark ggml_format_name as a printf-like function...
2023-09-08 Cebtenzzreggml : gguf_context const-correctness (#509)
2023-09-08 Georgi Gerganovsync : whisper (POSIX) (#511)
2023-09-08 YavorGIvanovFix SAM example mask output with latest ggml
2023-09-05 Jiahao Licuda : support flattened GLM-style rope to reduce kerne...
2023-09-05 Georgi Gerganovwhisper : minor sync
2023-09-05 Yavor Ivanovsam : remove ggml_repeat and use inplace operation...
2023-09-05 Georgi Gerganovggml : sync llama.cpp (view_src + alloc improvements...
2023-09-05 Georgi Gerganovwhisper : sync (match OpenAI input, convert, new featur...
2023-09-02 Georgi Gerganovggml : fix L-BFGS linesearch loop (close #501)
2023-08-30 Radoslav Gerganovmnist : update the README (#498)
2023-08-29 Borislav Stanimirovbuild : fix msvc warnings (#496)
2023-08-29 CebtenzzreCUDA: fix build and enable warnings (#494)
2023-08-28 Radoslav GerganovMerge pull request #485 from rgerganov/add-mnist-cnn
2023-08-28 Radoslav GerganovAdd MNIST inference example with CNN
2023-08-28 Yavor Ivanovsam : use ggml-alloc (#490)
2023-08-28 Cebtenzzrecmake : enable some basic warnings globally (#482)
2023-08-28 Cebtenzzretests : undefine NDEBUG so the asserts always work...
2023-08-28 Cebtenzzrecmake : fix MSVC build (#479)
2023-08-28 Georgi Gerganovggml : sync llama.cpp (gguf + metal + ROCm + etc.)...
2023-08-28 Ivan Stepanovcmake : add WebAssembly check (#487)
2023-08-28 Yavor Ivanovggml : sync with sam.cpp (add SAM Vit H & L model suppo...
2023-08-28 slarengpt-2 : use ggml-alloc (#486)
2023-08-25 Georgi Gerganovggml : fix instructions for using data pointer
2023-08-22 Jeffrey Quesnellecmake : fix MSVC building with CUDA (#424)
2023-08-22 leejetggml : sync new operators from stable-diffusion.cpp...
2023-08-22 Olivier ChafikMerge pull request #449 from ochafik/python-stubs
2023-08-22 Olivier Chafikpython: regenerate bindings + cosmetic cleanups
2023-08-22 Brad Itostarcoder : fix starcoder/convert-hf-to-ggml.py to...
2023-08-22 Jiahao Licuda : add alibi op (#457)
2023-08-22 Georgi Gerganovggml : rename xPos variables to unify coding style
2023-08-22 Jan Ploskiggml : implementation of xPos RoPE (#441); also extends...
2023-08-22 Georgi Gerganovggml : sync latest llama.cpp (GGUF) (#470)
2023-08-21 Yavor Ivanovggml : improve ADD_REL_POS perf in SAM by doing it...
2023-08-18 YavorGIvanovUpdate README to point to SAM example
2023-08-18 Georgi Gerganovexamples : add sample SAM inference (#74)
2023-08-16 Metal Whalezig : update `build.zig` file to make it work with...
2023-08-16 klosaxexamples : fix tensor name access (#443)
2023-08-16 Sam Spilsburyggml : backport ggml-alloc from llama.cpp (#433)
2023-08-14 ochafikAdded some tests to python example + fixed numpy on...
2023-08-13 ochafikSimple python stub (*.pyi) generator for cffi
2023-08-13 ochafikAdd python example w/ cffi-generated bindings
2023-08-13 leejetreadme : add stable-diffusion example (#447)
2023-08-07 Georgi Gerganovggml : mul mat tweaks (#439)
2023-08-07 Georgi Gerganovggml : pad result of ggml_nbytes()
2023-08-07 Georgi Gerganovggml : sync llama.cpp (memory allocator + cuda + metal)
2023-08-06 Jiahao Licmake : add avx compile options on Windows (synced...
2023-08-03 Borislav Stanimirovcmake : fix msvc cuda build - no need to specify stdlib...
2023-08-03 Borislav Stanimirovtests : fixed windows build (#426)
2023-08-01 slarenMerge pull request #422 from ggerganov/ggml-map-custom-new
2023-07-31 slarentest-customop.c : more comments
2023-07-31 slarenfix formatting
2023-07-30 slarenggml : add ggml_map_custom1-3
2023-07-26 johnson442starcoder : fix unused variable warnings (#416)
2023-07-25 Georgi Gerganovggml : sync llama.cpp (#415)
2023-07-25 klosaxreadme : add chatglm example (#414)
2023-07-24 Georgi Gerganovtests : remove unnecessary funcs
2023-07-24 Borislav Stanimirovstarcoder : fix windows build, fix cast warnings (...
2023-07-23 Andreicmake : add metal kernel to target resources when built...
2023-07-23 Ivan Zdaneggml : refactor unary ops (#405)
next