Skip to content

Commit 2f3fb1c

Browse files
authored
Add TorchFX backend in the PyPiPublishing.md (#3275)
### Changes Add TorchFX backend in the PyPiPublishing.md ### Reason for changes Alignment with README.md
1 parent fc5e2be commit 2f3fb1c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/PyPiPublishing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ and training-time algorithms for optimizing inference of neural networks in
1010
[OpenVINO™](https://docs.openvino.ai) with a minimal accuracy drop.
1111

1212
NNCF is designed to work with models from [PyTorch](https://pytorch.org/),
13-
[TensorFlow](https://www.tensorflow.org/), [ONNX](https://onnx.ai/) and
14-
[OpenVINO™](https://docs.openvino.ai).
13+
[TorchFX](https://pytorch.org/docs/stable/fx.html), [TensorFlow](https://www.tensorflow.org/),
14+
[ONNX](https://onnx.ai/) and [OpenVINO™](https://docs.openvino.ai).
1515

1616
The framework is organized as a Python package that can be built and used
1717
as a standalone tool. Its architecture is unified to make adding different
@@ -41,11 +41,11 @@ For more information about NNCF, see:
4141

4242
### Post-Training Compression Algorithms
4343

44-
| Compression algorithm | OpenVINO | PyTorch | TensorFlow | ONNX |
45-
| :---------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: | :-------: | :-----------: | :-----------: |
46-
| [Post-Training Quantization](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/post_training_quantization/Usage.md) | Supported | Supported | Supported | Supported |
47-
| [Weight Compression](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/weights_compression/Usage.md) | Supported | Supported | Not supported | Not supported |
48-
| [Activation Sparsity](https://github.com/openvinotoolkit/nncf/blob/develop/nncf/experimental/torch/sparsify_activations/ActivationSparsity.md) | Not supported | Experimental |Not supported| Not supported |
44+
| Compression algorithm | OpenVINO | PyTorch | TorchFX | TensorFlow | ONNX |
45+
| :---------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: | :-------: | :-----------: | :-----------: | :-----------: |
46+
| [Post-Training Quantization](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/post_training_quantization/Usage.md) | Supported | Supported | Experimental | Supported | Supported |
47+
| [Weight Compression](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/weights_compression/Usage.md) | Supported | Supported | Experimental | Not supported | Not supported |
48+
| [Activation Sparsity](https://github.com/openvinotoolkit/nncf/blob/develop/nncf/experimental/torch/sparsify_activations/ActivationSparsity.md) | Not supported | Experimental | Not supported| Not supported| Not supported |
4949

5050
### Training-Time Compression Algorithms
5151

0 commit comments

Comments
 (0)