2024-01-03 |
Georgi Gerganov | sync : llama.cpp |
commit | commitdiff | tree |
2024-01-03 |
Georgi Gerganov | metal : optimize ggml_mul_mat_id (faster Mixtral PP... |
commit | commitdiff | tree |
2024-01-03 |
Georgi Gerganov | metal : enable shader debugging (cmake option) (llama... |
commit | commitdiff | tree |
2024-01-03 |
Georgi Gerganov | ggml : add ggml_vdotq_s32 alias (llama/4715) |
commit | commitdiff | tree |
2024-01-03 |
Johannes Gäßler | CUDA: fixed tensor cores not being used on RDNA3 (llama... |
commit | commitdiff | tree |
2024-01-03 |
automaticcat | ggml : add ggml_cpu_has_avx_vnni() (llama/4589) |
commit | commitdiff | tree |
2024-01-03 |
Johannes Gäßler | CUDA: fix tensor core logic for Pascal and HIP (llama... |
commit | commitdiff | tree |
2024-01-03 |
hydai | cuda: fix vmm oom issue on NVIDIA AGX Orin (llama/4687) |
commit | commitdiff | tree |
2024-01-03 |
Georgi Gerganov | scripts : fix sync order + metal sed |
commit | commitdiff | tree |
2024-01-03 |
Ashraful Islam | swift : add Swift Package declaration (#674) |
commit | commitdiff | tree |
2023-12-29 |
Guillaume Wenzek | ggml : extend ggml_get_rows, ggml_repeat, ggml_concat... |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | scripts : do not sync synced commits |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | sync : whisper.cpp |
commit | commitdiff | tree |
2023-12-29 |
Tamotsu Takahashi | ci : build with CLBlast + ggml-opencl use GGML_API... |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | scripts : print list of sync commits |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | scripts : fix format-patch range |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | scripts : do not sync commits from this repo |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | sync : whisper.cpp |
commit | commitdiff | tree |
2023-12-29 |
bobqianic | whisper : Replace WHISPER_PRINT_DEBUG with WHISPER_LOG_... |
commit | commitdiff | tree |
2023-12-29 |
Georgi Gerganov | scripts : add sync-whisper-am.sh |
commit | commitdiff | tree |
2023-12-29 |
bssrdf | ggml : fix some mul mat cases + add tests for src1... |
commit | commitdiff | tree |
2023-12-29 |
Astariul | gpt-2 : update README.md (#671) |
commit | commitdiff | tree |
2023-12-29 |
Mayank Kumar Pal | readme : add steps for Android compilation and inferenc... |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | scripts : fix sed in sync-llama.am.sh |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | sync : llama.cpp |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | ggml : fix dot product for ARM (llama/4630) |
commit | commitdiff | tree |
2023-12-27 |
slaren | cuda : fix vmm pool with multi GPU (llama/4620) |
commit | commitdiff | tree |
2023-12-27 |
WillCorticesAI | Update comment for AdamW implementation reference.... |
commit | commitdiff | tree |
2023-12-27 |
FantasyGmm | Fix new CUDA10 compilation errors (llama/4635) |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | sync : llama.cpp |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | cmake : update CUDA build to support VMM |
commit | commitdiff | tree |
2023-12-27 |
slaren | cuda : improve cuda pool efficiency using virtual memor... |
commit | commitdiff | tree |
2023-12-27 |
slaren | fallback to CPU buffer if host buffer alloc fails ... |
commit | commitdiff | tree |
2023-12-27 |
Johannes Gäßler | CUDA: fixed row rounding for 0 tensor splits (llama... |
commit | commitdiff | tree |
2023-12-27 |
Georgi Gerganov | scripts : fix PR number parsing during sync |
commit | commitdiff | tree |
2023-12-24 |
Georgi Gerganov | scripts : improve llama sync patch |
commit | commitdiff | tree |
2023-12-23 |
Georgi Gerganov | scripts : sync tests / headers |
commit | commitdiff | tree |
2023-12-23 |
Georgi Gerganov | scripts : remove exit |
commit | commitdiff | tree |
2023-12-23 |
Georgi Gerganov | scripts : fix PR number sed |
commit | commitdiff | tree |
2023-12-23 |
Georgi Gerganov | scripts : add sync-llama-am.sh |
commit | commitdiff | tree |
2023-12-22 |
Georgi Gerganov | sync : llama.cpp (ggml_scale, ggml_row_size, ggml_mul_m... |
commit | commitdiff | tree |
2023-12-18 |
slaren | cuda : fix synchronization with tensor get/set (#659) |
commit | commitdiff | tree |
2023-12-18 |
leejet | cuda : fix im2col_f32_f16 (#658) |
commit | commitdiff | tree |
2023-12-14 |
chengchi | cmake : change installation path of static libraries... |
commit | commitdiff | tree |
2023-12-13 |
Georgi Gerganov | sync : llama (mul_mat_id + get_rows kernels, typos... |
commit | commitdiff | tree |
2023-12-13 |
Steward Garcia | ggml: new gpu kernels + extends ggml_leaky_relu + ggml_... |
commit | commitdiff | tree |
2023-12-13 |
ariez-xyz | gguf : document Mixtral changes in spec (#646) |
commit | commitdiff | tree |
2023-12-08 |
Georgi Gerganov | sync : whisper.cpp (metal soft max fix + example prints) |
commit | commitdiff | tree |
2023-12-07 |
Georgi Gerganov | sync : llama.cpp (fused soft max, gpu cpy ops, etc... |
commit | commitdiff | tree |
2023-12-07 |
slaren | ggml-backend : remove backend self-registration (#641) |
commit | commitdiff | tree |
2023-12-07 |
slaren | test-backend-ops : add performance eval mode + improve... |
commit | commitdiff | tree |
2023-12-05 |
slaren | test-backend-ops : initialize ggml_argsort test with... |
commit | commitdiff | tree |
2023-12-05 |
Georgi Gerganov | metal : check supported ops at runtime (#632) |
commit | commitdiff | tree |
2023-12-05 |
slaren | ggml : full broadcast in mul, add, div + ggml_mul_mat_i... |
commit | commitdiff | tree |
2023-12-05 |
Georgi Gerganov | readme : add link to seamless_comm repo |
commit | commitdiff | tree |
2023-12-05 |
Judd | ggml : disable `fprintf` when building with NDEBUG... |
commit | commitdiff | tree |
2023-12-01 |
slaren | ggml-cuda : fix usage without CUDA devices (#627) |
commit | commitdiff | tree |
2023-12-01 |
RiverZhou | cmake : add ROCm config (#626) |
commit | commitdiff | tree |
2023-11-30 |
slaren | ggml-backend update: buffer types, backend registry... |
commit | commitdiff | tree |
2023-11-23 |
magicse | tests : update test-vec0.c for mingw (#619) |
commit | commitdiff | tree |
2023-11-23 |
Georgi Gerganov | readme : add vit.cpp (#618) |
commit | commitdiff | tree |
2023-11-19 |
slaren | gguf : add tokenizer.chat_template documentation (... |
commit | commitdiff | tree |
2023-11-17 |
Guillaume Wenzek | ggml : fix ggml_set_2d_inplace (#611) |
commit | commitdiff | tree |
2023-11-17 |
Georgi Gerganov | gguf : prevent out-of-bounds-access on invalid magic... |
commit | commitdiff | tree |
2023-11-17 |
Georgi Gerganov | sync : whisper.cpp (update whisper example + minor... |
commit | commitdiff | tree |
2023-11-16 |
Georgi Gerganov | sync : llama.cpp (cuda, gguf and linker fixes) |
commit | commitdiff | tree |
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 |
next |