[DOC] small fix for sparse weights decompression feature documentation (#17316)

This commit is contained in:
Anton Voronov
2023-05-02 17:50:48 +04:00
committed by GitHub
parent bba9f3094b
commit fcf261a048

View File

@@ -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
###########################################################