mct-nightly 1.10.0.20240103.post428__py3-none-any.whl → 1.11.0.20240104.post433__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-1.10.0.20240103.post428.dist-info → mct_nightly-1.11.0.20240104.post433.dist-info}/METADATA +1 -1
- {mct_nightly-1.10.0.20240103.post428.dist-info → mct_nightly-1.11.0.20240104.post433.dist-info}/RECORD +6 -6
- model_compression_toolkit/__init__.py +1 -1
- {mct_nightly-1.10.0.20240103.post428.dist-info → mct_nightly-1.11.0.20240104.post433.dist-info}/LICENSE.md +0 -0
- {mct_nightly-1.10.0.20240103.post428.dist-info → mct_nightly-1.11.0.20240104.post433.dist-info}/WHEEL +0 -0
- {mct_nightly-1.10.0.20240103.post428.dist-info → mct_nightly-1.11.0.20240104.post433.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
model_compression_toolkit/__init__.py,sha256=
|
|
1
|
+
model_compression_toolkit/__init__.py,sha256=RpajIMANR3W_WilffQTpf-uaNmxRJQ4EekMVJFLUWRM,3709
|
|
2
2
|
model_compression_toolkit/constants.py,sha256=DDHbvFQDK04xFaWQOB1PJtV17pk-vKighwwXSnGrGpk,4103
|
|
3
3
|
model_compression_toolkit/logger.py,sha256=b9DVktZ-LymFcRxv2aL_sdiE6S2sSrFGWltx6dgEuUY,4863
|
|
4
4
|
model_compression_toolkit/core/__init__.py,sha256=qnBA6aaojI7RpEQZU2vXWiELHfVJf-MnAP-4T0tcFDY,2008
|
|
@@ -474,8 +474,8 @@ model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py,sha
|
|
|
474
474
|
model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py,sha256=MVwXNymmFRB2NXIBx4e2mdJ1RfoHxRPYRgjb1MQP5kY,1797
|
|
475
475
|
model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py,sha256=huHoBUcKNB6BnY6YaUCcFvdyBtBI172ZoUD8ZYeNc6o,696
|
|
476
476
|
model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py,sha256=SbvRlIdE32PEBsINt1bhSqvrKL_zbM9V-aeSkOn-sw4,3083
|
|
477
|
-
mct_nightly-1.
|
|
478
|
-
mct_nightly-1.
|
|
479
|
-
mct_nightly-1.
|
|
480
|
-
mct_nightly-1.
|
|
481
|
-
mct_nightly-1.
|
|
477
|
+
mct_nightly-1.11.0.20240104.post433.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
|
|
478
|
+
mct_nightly-1.11.0.20240104.post433.dist-info/METADATA,sha256=PyJn_eI9qJionwjBMwI9EbGsFNB_DhWAuwgBQSKmkiM,17141
|
|
479
|
+
mct_nightly-1.11.0.20240104.post433.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
480
|
+
mct_nightly-1.11.0.20240104.post433.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
|
|
481
|
+
mct_nightly-1.11.0.20240104.post433.dist-info/RECORD,,
|
|
@@ -50,4 +50,4 @@ from model_compression_toolkit.gptq.common.gptq_config import RoundingType
|
|
|
50
50
|
from model_compression_toolkit.gptq.keras.quantization_facade import get_keras_gptq_config
|
|
51
51
|
from model_compression_toolkit.gptq.pytorch.quantization_facade import get_pytorch_gptq_config
|
|
52
52
|
|
|
53
|
-
__version__ = "1.
|
|
53
|
+
__version__ = "1.11.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|