From fcf261a048ca92f07e9f18e6d326e0937ed0ce3b Mon Sep 17 00:00:00 2001 From: Anton Voronov Date: Tue, 2 May 2023 17:50:48 +0400 Subject: [PATCH] [DOC] small fix for sparse weights decompression feature documentation (#17316) --- docs/OV_Runtime_UG/supported_plugins/CPU.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/OV_Runtime_UG/supported_plugins/CPU.md b/docs/OV_Runtime_UG/supported_plugins/CPU.md index 14b569e3e4249c..722e1e6f9b5935 100644 --- a/docs/OV_Runtime_UG/supported_plugins/CPU.md +++ b/docs/OV_Runtime_UG/supported_plugins/CPU.md @@ -444,7 +444,6 @@ Currently, the ``sparse weights decompression feature`` is supported with the fo 2. Feature is only supported for Matrix Multiplication operations. 3. HW target must have Intel AMX extension support (e.g., Intel® 4th Generation Xeon® processors (code name Sapphire Rapids)). 4. The number of input and output channels of the weights must be a multiple of 64. -5. Current feature implementation supports only sparse rate higher than 0.5. Additional Resources ###########################################################