From 34d26c3ffeb4aeb8d2b2f089a96b13feb5358b3f Mon Sep 17 00:00:00 2001 From: Anton Voronov Date: Tue, 2 May 2023 17:04:56 +0000 Subject: [PATCH] [DOC] small fix for sparse weights decompression feature documentation --- 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 ec690ce1bb7a..5604617fbe75 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 ###########################################################