2023-11-13 |
slaren | update examples and tests to use ggml_allocr_new_measur... |
commit | commitdiff | tree |
2023-11-13 |
Georgi Gerganov | sync : llama.cpp (CUDA ReLU, CPU-only with CUDA, bloom... |
commit | commitdiff | tree |
2023-11-12 |
Georgi Gerganov | sync : whisper.cpp (whisper full GPU, fix warnings... |
commit | commitdiff | tree |
2023-11-12 |
Steward Garcia | ggml : replace conv 1D - 2D stage_0 and stage_1 with... |
commit | commitdiff | tree |
2023-11-03 |
Georgi Gerganov | sync : whisper.cpp (ARM 32-bit, abort callback, wav_wri... |
commit | commitdiff | tree |
2023-11-03 |
Georgi Gerganov | sync : llama.cpp (CUDA opts, ggml-quants, YARN, etc... |
commit | commitdiff | tree |
2023-11-02 |
Jiří Podivín | sam : passing parameters and simple prompt (#598) |
commit | commitdiff | tree |
2023-11-02 |
Jiří Podivín | sam : update documentation to provide executable exampl... |
commit | commitdiff | tree |
2023-11-01 |
Philpax | gguf : add file format specification (#302) |
commit | commitdiff | tree |
2023-11-01 |
Andrei | ggml-backend : use __declspec with msvc (#599) |
commit | commitdiff | tree |
2023-10-30 |
slaren | ggml-backend v2 : add ggml_backend_sched (#586) |
commit | commitdiff | tree |
2023-10-30 |
Radoslav Gerganov | yolo : add example implementing YOLO object detection... |
commit | commitdiff | tree |
2023-10-30 |
Jiří Podivín | gitignore : add ggml-model-f16.bin (#597) |
commit | commitdiff | tree |
2023-10-30 |
Borislav Stanimirov | cmake : cuda architectures: allow user override, only... |
commit | commitdiff | tree |
2023-10-24 |
Georgi Gerganov | sync : llama.cpp (CUDA, Metal, OpenCL, gguf magic,... |
commit | commitdiff | tree |
2023-10-24 |
PAB | ggml : memset dst to 0 in `ggml_conv_transpose_1d`... |
commit | commitdiff | tree |
2023-10-20 |
Georgi Gerganov | gpt-2 : fix allocr worst-case when n_parallel > prompt... |
commit | commitdiff | tree |
2023-10-20 |
Georgi Gerganov | gpt-2 : add ignore-eos flag |
commit | commitdiff | tree |
2023-10-20 |
Georgi Gerganov | gpt-2 : allow setting custom context size (i.e. large... |
commit | commitdiff | tree |
2023-10-16 |
Georgi Gerganov | ci : add SAM test + improve whisper test (#583) |
commit | commitdiff | tree |
2023-10-15 |
PAB | tests : add ggml_conv_transpose_1d test (#582) |
commit | commitdiff | tree |
2023-10-12 |
Georgi Gerganov | ci : add gpt-2-batched test |
commit | commitdiff | tree |
2023-10-12 |
Yavor Ivanov | gpt-2 : add batched decoding example (#572) |
commit | commitdiff | tree |
2023-10-12 |
Georgi Gerganov | ci : add M1 node (#577) |
commit | commitdiff | tree |
2023-10-12 |
Shijie | readme : add qwen example (#575) |
commit | commitdiff | tree |
2023-10-11 |
Georgi Gerganov | cmake : fix string matching |
commit | commitdiff | tree |
2023-10-11 |
slaren | tests : do not build test-vec1 on systems without avx... |
commit | commitdiff | tree |
2023-10-09 |
leejet | ggml : faster ggml_conv_2d using 2-stage op (#483) |
commit | commitdiff | tree |
2023-10-09 |
Borislav Stanimirov | cuda : int counters for device, fix fprintf warning... |
commit | commitdiff | tree |
2023-10-09 |
Yavor Ivanov | Disable ggml-alloc assert for CPU version of Sam.cpp... |
commit | commitdiff | tree |
2023-10-08 |
Georgi Gerganov | sync : llama.cpp (Metal + OpenCL + minor alibi) (#558) |
commit | commitdiff | tree |
2023-10-08 |
slaren | fix MSVC build issues (#557) |
commit | commitdiff | tree |
2023-10-07 |
slaren | ggml-alloc : fix crash when used without ggml-backend... |
commit | commitdiff | tree |
2023-10-07 |
Pierre Alexandre... | readme : mention Metal could be used for gpt-2 (#553) |
commit | commitdiff | tree |
2023-10-06 |
slaren | ggml backends interface v1 (#547) |
commit | commitdiff | tree |
2023-10-06 |
Hyunsung Lee | ggml : delete duplicate logging macros (#531) |
commit | commitdiff | tree |
2023-10-04 |
Georgi Gerganov | sync : llama.cpp (training, refactoring) (#548) |
commit | commitdiff | tree |
2023-10-04 |
布客飞龙 | cmake : add OPENCL_LIB to solve problem [cannot resolve... |
commit | commitdiff | tree |
2023-09-28 |
skirodev | ggml : fix batch for ggml_conv_2d (#528) |
commit | commitdiff | tree |
2023-09-28 |
PAB | ggml : add `GGML_OP_CONV_TRANSPOSE_1D` (#524) |
commit | commitdiff | tree |
2023-09-28 |
PAB | ggml : complete implementation of `GGML_OP_CONV_1D... |
commit | commitdiff | tree |
2023-09-15 |
Georgi Gerganov | ci : add whisper test (#525) |
commit | commitdiff | tree |
2023-09-15 |
Georgi Gerganov | examples : fix compile warnings |
commit | commitdiff | tree |
2023-09-15 |
Georgi Gerganov | sync : whisper.cpp (Metal + ggml sched_yield fix +... |
commit | commitdiff | tree |
2023-09-08 |
Diogo | ci : add Metal build (#514) |
commit | commitdiff | tree |
2023-09-08 |
Diogo | ci : add CLBlast build (#513) |
commit | commitdiff | tree |
2023-09-08 |
Jiahao Li | cuda : suppress compiler warning of unused variables... |
commit | commitdiff | tree |
2023-09-08 |
布客飞龙 | cmake : solve prob "clblast.h not found" (#506) |
commit | commitdiff | tree |
2023-09-08 |
Cebtenzzre | ggml : mark ggml_format_name as a printf-like function... |
commit | commitdiff | tree |
2023-09-08 |
Cebtenzzre | ggml : gguf_context const-correctness (#509) |
commit | commitdiff | tree |
2023-09-08 |
Georgi Gerganov | sync : whisper (POSIX) (#511) |
commit | commitdiff | tree |
2023-09-08 |
YavorGIvanov | Fix SAM example mask output with latest ggml |
commit | commitdiff | tree |
2023-09-05 |
Jiahao Li | cuda : support flattened GLM-style rope to reduce kerne... |
commit | commitdiff | tree |
2023-09-05 |
Georgi Gerganov | whisper : minor sync |
commit | commitdiff | tree |
2023-09-05 |
Yavor Ivanov | sam : remove ggml_repeat and use inplace operation... |
commit | commitdiff | tree |
2023-09-05 |
Georgi Gerganov | ggml : sync llama.cpp (view_src + alloc improvements... |
commit | commitdiff | tree |
2023-09-05 |
Georgi Gerganov | whisper : sync (match OpenAI input, convert, new featur... |
commit | commitdiff | tree |
2023-09-02 |
Georgi Gerganov | ggml : fix L-BFGS linesearch loop (close #501) |
commit | commitdiff | tree |
2023-08-30 |
Radoslav Gerganov | mnist : update the README (#498) |
commit | commitdiff | tree |
2023-08-29 |
Borislav Stanimirov | build : fix msvc warnings (#496) |
commit | commitdiff | tree |
2023-08-29 |
Cebtenzzre | CUDA: fix build and enable warnings (#494) |
commit | commitdiff | tree |
2023-08-28 |
Radoslav Gerganov | Merge pull request #485 from rgerganov/add-mnist-cnn |
commit | commitdiff | tree |
2023-08-28 |
Radoslav Gerganov | Add MNIST inference example with CNN |
commit | commitdiff | tree |
2023-08-28 |
Yavor Ivanov | sam : use ggml-alloc (#490) |
commit | commitdiff | tree |
2023-08-28 |
Cebtenzzre | cmake : enable some basic warnings globally (#482) |
commit | commitdiff | tree |
2023-08-28 |
Cebtenzzre | tests : undefine NDEBUG so the asserts always work... |
commit | commitdiff | tree |
2023-08-28 |
Cebtenzzre | cmake : fix MSVC build (#479) |
commit | commitdiff | tree |
2023-08-28 |
Georgi Gerganov | ggml : sync llama.cpp (gguf + metal + ROCm + etc.)... |
commit | commitdiff | tree |
2023-08-28 |
Ivan Stepanov | cmake : add WebAssembly check (#487) |
commit | commitdiff | tree |
2023-08-28 |
Yavor Ivanov | ggml : sync with sam.cpp (add SAM Vit H & L model suppo... |
commit | commitdiff | tree |
2023-08-28 |
slaren | gpt-2 : use ggml-alloc (#486) |
commit | commitdiff | tree |
2023-08-25 |
Georgi Gerganov | ggml : fix instructions for using data pointer |
commit | commitdiff | tree |
2023-08-22 |
Jeffrey Quesnelle | cmake : fix MSVC building with CUDA (#424) |
commit | commitdiff | tree |
2023-08-22 |
leejet | ggml : sync new operators from stable-diffusion.cpp... |
commit | commitdiff | tree |
2023-08-22 |
Olivier Chafik | Merge pull request #449 from ochafik/python-stubs |
commit | commitdiff | tree |
2023-08-22 |
Olivier Chafik | python: regenerate bindings + cosmetic cleanups |
commit | commitdiff | tree |
2023-08-22 |
Brad Ito | starcoder : fix starcoder/convert-hf-to-ggml.py to... |
commit | commitdiff | tree |
2023-08-22 |
Jiahao Li | cuda : add alibi op (#457) |
commit | commitdiff | tree |
2023-08-22 |
Georgi Gerganov | ggml : rename xPos variables to unify coding style |
commit | commitdiff | tree |
2023-08-22 |
Jan Ploski | ggml : implementation of xPos RoPE (#441); also extends... |
commit | commitdiff | tree |
2023-08-22 |
Georgi Gerganov | ggml : sync latest llama.cpp (GGUF) (#470) |
commit | commitdiff | tree |
2023-08-21 |
Yavor Ivanov | ggml : improve ADD_REL_POS perf in SAM by doing it... |
commit | commitdiff | tree |
2023-08-18 |
YavorGIvanov | Update README to point to SAM example |
commit | commitdiff | tree |
2023-08-18 |
Georgi Gerganov | examples : add sample SAM inference (#74) |
commit | commitdiff | tree |
2023-08-16 |
Metal Whale | zig : update `build.zig` file to make it work with... |
commit | commitdiff | tree |
2023-08-16 |
klosax | examples : fix tensor name access (#443) |
commit | commitdiff | tree |
2023-08-16 |
Sam Spilsbury | ggml : backport ggml-alloc from llama.cpp (#433) |
commit | commitdiff | tree |
2023-08-14 |
ochafik | Added some tests to python example + fixed numpy on... |
commit | commitdiff | tree |
2023-08-13 |
ochafik | Simple python stub (*.pyi) generator for cffi |
commit | commitdiff | tree |
2023-08-13 |
ochafik | Add python example w/ cffi-generated bindings |
commit | commitdiff | tree |
2023-08-13 |
leejet | readme : add stable-diffusion example (#447) |
commit | commitdiff | tree |
2023-08-07 |
Georgi Gerganov | ggml : mul mat tweaks (#439) |
commit | commitdiff | tree |
2023-08-07 |
Georgi Gerganov | ggml : pad result of ggml_nbytes() |
commit | commitdiff | tree |
2023-08-07 |
Georgi Gerganov | ggml : sync llama.cpp (memory allocator + cuda + metal) |
commit | commitdiff | tree |
2023-08-06 |
Jiahao Li | cmake : add avx compile options on Windows (synced... |
commit | commitdiff | tree |
2023-08-03 |
Borislav Stanimirov | cmake : fix msvc cuda build - no need to specify stdlib... |
commit | commitdiff | tree |
2023-08-03 |
Borislav Stanimirov | tests : fixed windows build (#426) |
commit | commitdiff | tree |
2023-08-01 |
slaren | Merge pull request #422 from ggerganov/ggml-map-custom-new |
commit | commitdiff | tree |
2023-07-31 |
slaren | test-customop.c : more comments |
commit | commitdiff | tree |
2023-07-31 |
slaren | fix formatting |
commit | commitdiff | tree |
next |