Spaces:
Running
Running
Commit History
ggml : optimize for ppc64le using VSX intrinsics (ggml/784) 05d3824
ggml : introduce bfloat16 support (llama/6412) 81ec961
Justine Tunney commited on
add basic tensor data validation function (llama/6884) 71e001c
slaren commited on
ggml : fix MIN / MAX macros (llama/6904) a1c0e2a
ggml : move 32-bit arm compat in ggml-impl.h (llama/6865) 7343760
ggml : add llamafile sgemm (llama/6414) 093eec4
Justine Tunney commited on
build: fix and ignore msvc warnings (ggml/805) c40b574
llama : add Command R Plus support (llama/6491) 8cf7097 unverified
sync : ggml (#2001) cbbfa9e unverified
ggml : reuse quantum structs across backends (llama/5943) bb0625f unverified
ggml : fix UB in IQ2_S and IQ3_S (llama/6012) 0c552df unverified
1.5 bit: we can do even better (llama/5999) 36cc71e unverified
ggml, ci : Windows ARM runner and build fixes (llama/5979) 507b9dd unverified
Michael Podvitskiy commited on
Better 1.5 bit quantization (llama/5971) f3a62cc unverified
ggml : fix unnecessary f32 -> f16 -> f32 casts (mmla) (llama/5951) cb8bbaa unverified
ggml : remove old quantization functions (llama/5942) 11a2545 unverified
ggml : add ggml-common.h to deduplicate shared code (llama/5940) 0a37735 unverified
ggml : try fix 32-bit arm compat (#1938) 6ea3354 unverified
ggml : use `uint8x16_t` return type for `ggml_vqtbl1q_u8` (llama/5894) 7f5bc53 unverified
bobqianic commited on
quants : use MM256_SET_M128I consistently to fix gcc 7 build (llama/5889) cdd783a unverified
ggml : fix IQ3_S AVX implementation (llama/5834) 98e5c63 unverified
ggml : IQ3_S improvements (llama/5829) 06a8e30 unverified
ggml : make i-quants work with super-blocks of 64 (CPU,Metal) (llama/5760) 9a07f42 unverified
Attempt to fix android build (llama/5752) e720b3b unverified
IQ4_XS: a 4.25 bpw quantization (llama/5747) 0ee1bfb unverified
ggml-quants : fix avx2 iq1_s vec_dot when compiled with gcc (llama/5742) 72e8610 unverified
Engininja2 commited on
ggml-quants : provide ggml_vqtbl1q_u8 for 64bit compatibility (llama/5711) 430efc6 unverified
IQ3_S: a much better alternative to Q3_K (llama/5676) 32589c9 unverified
ggml : always define ggml_fp16_t as uint16_t (llama/5666) bc567d3 unverified
ggml : 32-bit arm compat (#1891) 7551157 unverified
sync : llama.cpp (ggml/0) f8e8d34 unverified
ggml : restore vec dot stride arg names (llama/5453) de4041f unverified
ci : fix wikitext url + compile warnings (llama/5569) 49f0106 unverified
1.5 bit quantization (llama/5453) 9c3aa6a unverified
ggml-quants : fix compiler warnings (shadow variable) (llama/5472) e538f25 unverified
ggml : fix compile warnings (unused vars) (llama/4966) 97fa2e3 unverified
ggml : add mmla kernels for quantized GEMM (llama/4966) 0d50a29 unverified
snadampal commited on
ggml : fix `error C2078: too many initializers` for MSVC ARM64 (llama/5404) 8ebb36c unverified
Michael Podvitskiy commited on