Skip to content

Commit

Permalink
Fix NNCF supported quantization strategies README table (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Feb 7, 2023
1 parent 69764f1 commit ff0fd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Optimum enables the usage of popular compression techniques such as quantization

| Features | ONNX Runtime | Neural Compressor | OpenVINO |
|:----------------------------------:|:---------------------:|:-----------------------:|:-----------------------:|
| Post-training Dynamic Quantization | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Post-training Dynamic Quantization | :heavy_check_mark: | :heavy_check_mark: || N/A |
| Post-training Static Quantization | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Quantization Aware Training (QAT) | Stay tuned! :star: | :heavy_check_mark: | N/A |
| Quantization Aware Training (QAT) | Stay tuned! :star: | :heavy_check_mark: | :heavy_check_mark: |
| Pruning | N/A | :heavy_check_mark: | Stay tuned! :star: |

## Quick tour
Expand Down

0 comments on commit ff0fd75

Please sign in to comment.