index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
quantize
/
quantize.cpp
Age
Commit message (
Expand
)
Author
2024-03-26
IQ1_M: 1.75 bpw quantization (#6302)
Kawrakow
2024-03-26
quantize : be able to override metadata by key (#6321)
Kawrakow
2024-03-22
quantize: options for output and token embedding tensors qtype (#6239)
Kawrakow
2024-02-27
IQ4_XS: a 4.25 bpw quantization (#5747)
Kawrakow
2024-02-26
Adding IQ2_S and IQ2_M to complete coverage of the 2-3 bit quantization range...
Kawrakow
2024-02-24
IQ3_S: a much better alternative to Q3_K (#5676)
Kawrakow
2024-02-21
IQ4_NL: 4-bit non-linear quants with blocks of 32 (#5590)
Kawrakow
2024-02-18
1.5 bit quantization (#5453)
Kawrakow
2024-02-16
ggml : add numa options (#5377)
bmwl
2024-02-03
refactor : switch to emplace_back to avoid extra object (#5291)
Michael Klimenko
2024-01-30
SOTA 3-bit quants (#5196)
Kawrakow
2024-01-30
quantize : fix typo (#5211)
Vladimir Malyutin
2024-01-22
llama : add Q3_K_XS (#5060)
Kawrakow
2024-01-14
Add ability to use importance matrix for all k-quants (#4930)
Kawrakow
2024-01-14
2-bit quantizations (#4897)
Kawrakow
2024-01-11
llama : restore intended k-quants mixes for MoE models (#4872)
Kawrakow
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-10-29
ggml : quantization refactoring (#3833)
Georgi Gerganov
2023-09-28
build : enable more non-default compiler warnings (#3200)
Cebtenzzre
2023-09-18
make : restore build-info.h dependency for several targets (#3205)
Cebtenzzre
2023-09-15
examples : add compiler version and target to build info (#2998)
Cebtenzzre
2023-09-15
check C++ code with -Wmissing-declarations (#3184)
Cebtenzzre
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-09-01
Allow quantize to only copy tensors, some other improvements (#2931)
Kerfuffle
2023-08-28
quantize : make output filename optional again (#2823)
Cebtenzzre
2023-08-23
Fix values shown in the quantize tool help (#2735)
Kawrakow
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-07-18
llama : shorten quantization descriptions
Georgi Gerganov
2023-07-10
mpi : add support for distributed inference via MPI (#2099)
Evan Miller
2023-06-26
ggml : add NUMA support (#1556)
zrm
2023-06-13
Allow "quantizing" to f16 and f32 (#1787)
Kerfuffle
2023-06-10
llama : support requantizing models instead of only allowing quantization fro...
Kerfuffle
2023-06-05
ggml : add SOTA 2,3,4,5,6 bit k-quantizations (#1684)
Kawrakow
2023-05-20
llama : add llama_init_backend() API (close #1527)
Georgi Gerganov
2023-05-12
ggml : remove bit shuffling (#1405)
Georgi Gerganov
2023-05-05
quantize: make output filename optional, default to ggml-model-<ftype>.bin (#...
slaren
2023-05-01
Add git-based build information for better issue tracking (#1232)
DannyDaemonic
2023-04-28
Remove Q4_3 which is no better than Q5 (#1218)
Stephan Walter
2023-04-26
ggml : add Q5_0 and Q5_1 quantization (#1187)
Georgi Gerganov
2023-04-26
quantize : use `map` to assign quantization type from `string` (#1191)
Pavol Rusnak
2023-04-25
ggml : add Q8_0 quantization format (rename the old one to Q8_1) (ARM NEON) (...
Georgi Gerganov
2023-04-20
llama : multi-threaded quantization (#1075)
Kawrakow
2023-04-20
ggml : add Q4_3 quantization (#1082)
Georgi Gerganov
2023-04-18
ggml : add new Q4_2 quantization (ARM only) (#1046)
Georgi Gerganov
2023-04-11
Add enum llama_ftype, sync ggml_type to model files (#709)
Stephan Walter
2023-03-30
Fix ggml_init_params in quantize
Slaren
2023-03-28
all : be more strict about converting float to double (#458)
Stephan Walter
2023-03-28
ggml : introduce structs for the q4 data blocks (#356)
Stephan Walter
2023-03-25
Overhaul the examples structure
Georgi Gerganov