Age | Commit message (Expand) | Author |
2023-07-12 | ggml : broadcast mul_mat + conv batch support (#2199) | Georgi Gerganov |
2023-07-12 | ggml : add ggml_pool_1d and ggml_pool_2d | Georgi Gerganov |
2023-07-11 | ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183) | Georgi Gerganov |
2023-07-11 | ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178) | Spencer Sutton |
2023-07-09 | ggml : fix buidling with Intel MKL but ask for "cblas.h" issue (#2104) (#2115) | clyang |
2023-07-07 | ggml : change ggml_graph_compute() API to not require context (#1999) | Qingyou Meng |
2023-07-07 | ggml : remove sched_yield() call in ggml_graph_compute_thread() (#2134) | Georgi Gerganov |
2023-07-05 | ggml : fix bug introduced in #1237 | Georgi Gerganov |
2023-07-05 | ggml : generalize `quantize_fns` for simpler FP16 handling (#1237) | Stephan Walter |
2023-07-04 | ggml : sync latest (new ops, macros, refactoring) (#2106) | Georgi Gerganov |
2023-07-02 | ggml : fix build with OpenBLAS (close #2066) | Georgi Gerganov |
2023-07-01 | ggml : disable GGML_TASK_INIT and GGML_TASK_FINALIZE by default (#1995) | Qingyou Meng |
2023-06-27 | fix pthreads setaffinity usage on android (#2020) | Erik Scholz |
2023-06-27 | ggml : add support for ChatGLM RoPE | Georgi Gerganov |
2023-06-26 | ggml : avoid conv 2d kernel round up | Georgi Gerganov |
2023-06-26 | ggml : add NUMA support (#1556) | zrm |
2023-06-25 | ggml : sync latest ggml (custom operators) | Georgi Gerganov |
2023-06-24 | #1869 Fix null reference errors when training from scratch with CUDA (#1907) | Robyn |
2023-06-24 | ggml : improve ggml_graph_dump_dot, add ggml_format_name (#1978) | slaren |
2023-06-19 | ggml : fix bug in LBFGS optimizer (found by ggml tests) | Georgi Gerganov |
2023-06-19 | ggml : sync latest ggml repo (#1924) | Georgi Gerganov |
2023-06-18 | ggml : fix bug in ggml_compute_forward_add_q_f32 (#1918) | l3utterfly |
2023-06-18 | metal : handle buffers larger than device's maxBufferLength (#1826) | Georgi Gerganov |
2023-06-16 | build : fix and ignore MSVC warnings (#1889) | Borislav Stanimirov |
2023-06-14 | CUDA full GPU acceleration, KV cache in VRAM (#1827) | Johannes Gäßler |
2023-06-13 | train : improved training-from-scratch example (#1652) | xaedes |
2023-06-13 | Allow "quantizing" to f16 and f32 (#1787) | Kerfuffle |
2023-06-10 | ggml : force no_alloc == false when creating opt tensors (close #1699) | Georgi Gerganov |
2023-06-10 | ggml : workaround for missing _mm256_setr_m128i in GCC < 8 (#1638) | Xingchen Song(宋星辰) |
2023-06-08 | ggml : fix fprintf warnings (#1720) | Steven Roussey |
2023-06-07 | k-quants : allow to optionally disable at compile time (#1734) | Georgi Gerganov |
2023-06-06 | llama : fix compile warnings | Georgi Gerganov |
2023-06-06 | Multi GPU support, CUDA refactor, CUDA scratch buffer (#1703) | Johannes Gäßler |
2023-06-06 | ggml : fix builds, add ggml-quants-k.o (close #1712, close #1710) | Georgi Gerganov |
2023-06-05 | metal : use shared buffers between CPU and GPU (#1696) | kiltyj |
2023-06-05 | ggml : fix internal overflow in ggml_time_us on Windows (#1702) | grahameth |
2023-06-05 | ggml : add SOTA 2,3,4,5,6 bit k-quantizations (#1684) | Kawrakow |
2023-06-04 | llama : Metal inference (#1642) | Georgi Gerganov |
2023-06-04 | OpenCL: Fix duplication of layers in VRAM and RAM, add GPU mul kernel (#1653) | 0cc4m |
2023-05-29 | ggml : sync cgraph import / export API | Georgi Gerganov |
2023-05-29 | ggml : fix bug in ggml_alibi | Georgi Gerganov |
2023-05-27 | ggml : add support for the RISCV architecture (#1616) | apcameron |
2023-05-27 | ggml : add ggml_tensor_overhead() | Georgi Gerganov |
2023-05-27 | ggml : sync ggml core (minor additions, e.g. ggml_get_tensor_by_name()) | Georgi Gerganov |
2023-05-23 | OpenCL Token Generation Acceleration (#1459) | 0cc4m |
2023-05-21 | ggml : output 3d sizes in ggml_graph_dump_dot() | Georgi Gerganov |
2023-05-20 | ggml : update WASM SIMD | Georgi Gerganov |
2023-05-20 | ggml : add ggml_clamp() (#1539) | Georgi Gerganov |
2023-05-20 | cuda : loading models directly into VRAM, norm calculation on GPU, broadcasti... | Johannes Gäßler |
2023-05-20 | llama : fix name shadowing and C4146 (#1526) | Maxime |