Skip to content

Commit

Permalink
ggml : remove Q4_2 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed May 7, 2023
1 parent 4ab39d2 commit 166e60f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 295 deletions.
1 change: 0 additions & 1 deletion examples/quantize/quantize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
static const std::map<std::string, enum llama_ftype> LLAMA_FTYPE_MAP = {
{"q4_0", LLAMA_FTYPE_MOSTLY_Q4_0},
{"q4_1", LLAMA_FTYPE_MOSTLY_Q4_1},
{"q4_2", LLAMA_FTYPE_MOSTLY_Q4_2},
{"q5_0", LLAMA_FTYPE_MOSTLY_Q5_0},
{"q5_1", LLAMA_FTYPE_MOSTLY_Q5_1},
{"q8_0", LLAMA_FTYPE_MOSTLY_Q8_0},
Expand Down
Loading

0 comments on commit 166e60f

Please sign in to comment.