mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-03 16:40:49 -05:00
whisper : quantize encoder only
This commit is contained in:
@@ -162,6 +162,7 @@ bool whisper_model_quantize(const std::string & fname_inp, const std::string & f
|
||||
"encoder.conv2.bias",
|
||||
"encoder.positional_embedding",
|
||||
"decoder.positional_embedding",
|
||||
"decoder.*",
|
||||
};
|
||||
|
||||
if (!ggml_common_quantize_0(finp, fout, ftype, { ".*" }, to_skip)) {
|
||||
|
||||
Reference in New Issue
Block a user