Age | Commit message (Expand) | Author |
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 |
2023-05-20 | ggml : fix scalar implementation of Q4_1 dot | Georgi Gerganov |
2023-05-19 | ggml : use F16 instead of F32 in Q4_0, Q4_1, Q8_0 (#1508) | Georgi Gerganov |
2023-05-16 | ~7% faster Q5_1 AVX2 code (#1477) | Ilya Kurdyukov |
2023-05-14 | ggml : alternative fix for race condition bug in non-inplace ggml_compute_for... | xaedes |
2023-05-14 | ggml : various fixes (#1450) | Georgi Gerganov |
2023-05-14 | ggml : add AVX support based on AVX2 code (#1430) | katsu560 |
2023-05-13 | ggml : multi-thread mul and diag_mask ops (#1428) | Georgi Gerganov |
2023-05-13 | ggml : GPU-accelerated token generation (#1412) | Johannes Gäßler |
2023-05-13 | ggml : implement backward pass for llama + small training-llama-from-scratch ... | xaedes |
2023-05-13 | ggml : sync alibi fix from ggml repo | Georgi Gerganov |
2023-05-13 | Adding SSE instructions to ggml_vec_dot_q4_0_q8_0 (#1413) | 3ooabkhxtn |
2023-05-12 | ggml : remove bit shuffling (#1405) | Georgi Gerganov |
2023-05-09 | use pause asm insn in busyloop to run the CPU (13600K) 10 °C cooler (#1314) | Sami Farin |
2023-05-06 | ggml : Allow usage of CLBlast alongside Accelerate.framework (#1336) | swittk |
2023-05-04 | ggml : change immintrin.h to intrin.h for compatibility (#1307) | Ron Jailall |
2023-05-03 | ggml : vectorize Q8_0 quantization | Georgi Gerganov |
2023-05-02 | ggml : fix 32-bit ARM | Georgi Gerganov |
2023-05-02 | ggml : fix ppc64le build error and make cmake detect Power processors (#1284) | Marvin Gießing |
2023-05-02 | ggml: add names to tensors (#1268) | slaren |
2023-05-01 | cuBLAS: refactor and optimize f16 mat mul performance (#1259) | slaren |
2023-05-01 | ggml : fix ggml_used_mem() (#1264) | Kerfuffle |
2023-04-30 | ggml : fix UB (int << 31) | Georgi Gerganov |
2023-04-30 | ggml : add Q5 WASM SIMD + GGML_FTYPE | Georgi Gerganov |