Skip to content

Commit

Permalink
disable dyn-quant for test purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
usstq committed Jul 11, 2024
1 parent 4d4d00b commit 851e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct Config {
std::string dumpToDot = {};
std::string device_id = {};
float fcSparseWeiDecompressionRate = 1.0f;
uint64_t fcDynamicQuantizationGroupSize = 32;
uint64_t fcDynamicQuantizationGroupSize = 0;
ov::element::Type kvCachePrecision = ov::element::f16;
bool fcDynamicQuantizationGroupSizeSetExplicitly = false;
#if defined(OPENVINO_ARCH_X86_64)
Expand Down

0 comments on commit 851e4fd

Please sign in to comment.