mct-nightly 2.0.0.20240520.424__py3-none-any.whl → 2.0.0.20240521.140523__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/METADATA +2 -2
- {mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/RECORD +6 -6
- model_compression_toolkit/__init__.py +1 -1
- {mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/LICENSE.md +0 -0
- {mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/WHEEL +0 -0
- {mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/top_level.txt +0 -0
{mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mct-nightly
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.20240521.140523
|
|
4
4
|
Summary: A Model Compression Toolkit for neural networks
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
License: UNKNOWN
|
|
@@ -60,7 +60,7 @@ To install the latest stable release of MCT, run the following command:
|
|
|
60
60
|
pip install model-compression-toolkit
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
For installing the nightly version or installing from source, refer to the [installation guide](INSTALLATION.md).
|
|
63
|
+
For installing the nightly version or installing from source, refer to the [installation guide](https://github.com/sony/model_optimization/blob/main/INSTALLATION.md).
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
### Quick start & tutorials
|
{mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
model_compression_toolkit/__init__.py,sha256=
|
|
1
|
+
model_compression_toolkit/__init__.py,sha256=CMMjQz0N96EorpMxifye1vXGdk2y9zy6Dms1saFtLNA,1573
|
|
2
2
|
model_compression_toolkit/constants.py,sha256=b63Jk_bC7VXEX3Qn9TZ3wUvrNKD8Mkz8zIuayoyF5eU,3828
|
|
3
3
|
model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
|
|
4
4
|
model_compression_toolkit/logger.py,sha256=3DByV41XHRR3kLTJNbpaMmikL8icd9e1N-nkQAY9oDk,4567
|
|
@@ -483,8 +483,8 @@ model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py,sha
|
|
|
483
483
|
model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py,sha256=MVwXNymmFRB2NXIBx4e2mdJ1RfoHxRPYRgjb1MQP5kY,1797
|
|
484
484
|
model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py,sha256=huHoBUcKNB6BnY6YaUCcFvdyBtBI172ZoUD8ZYeNc6o,696
|
|
485
485
|
model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py,sha256=MxylaVFPgN7zBiRBy6WV610EA4scLgRJFbMucKvvNDU,2896
|
|
486
|
-
mct_nightly-2.0.0.
|
|
487
|
-
mct_nightly-2.0.0.
|
|
488
|
-
mct_nightly-2.0.0.
|
|
489
|
-
mct_nightly-2.0.0.
|
|
490
|
-
mct_nightly-2.0.0.
|
|
486
|
+
mct_nightly-2.0.0.20240521.140523.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
|
|
487
|
+
mct_nightly-2.0.0.20240521.140523.dist-info/METADATA,sha256=g8jlv5uVIWW-fCLXCpgbA9nWeH2f0kCUkbwGZI56JpI,18533
|
|
488
|
+
mct_nightly-2.0.0.20240521.140523.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
489
|
+
mct_nightly-2.0.0.20240521.140523.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
|
|
490
|
+
mct_nightly-2.0.0.20240521.140523.dist-info/RECORD,,
|
|
@@ -27,4 +27,4 @@ from model_compression_toolkit import data_generation
|
|
|
27
27
|
from model_compression_toolkit import pruning
|
|
28
28
|
from model_compression_toolkit.trainable_infrastructure.keras.load_model import keras_load_quantized_model
|
|
29
29
|
|
|
30
|
-
__version__ = "2.0.0.
|
|
30
|
+
__version__ = "2.0.0.20240521.140523"
|
{mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/LICENSE.md
RENAMED
|
File without changes
|
{mct_nightly-2.0.0.20240520.424.dist-info → mct_nightly-2.0.0.20240521.140523.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|