mct-nightly 1.10.0.20240102.post421__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mct-nightly
3
- Version: 1.10.0.20240102.post421
3
+ Version: 1.11.0.20240104.post433
4
4
  Summary: A Model Compression Toolkit for neural networks
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -1,4 +1,4 @@
1
- model_compression_toolkit/__init__.py,sha256=Yu6rm03a3tt7jX4gkLQKm9DoSITLpZ14F6e8VsMRWqw,3709
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.10.0.20240102.post421.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
478
- mct_nightly-1.10.0.20240102.post421.dist-info/METADATA,sha256=Wo83EPwubPoSUM-v8xvhW2zuWl0M4cOeXNlnEwtlvyw,17141
479
- mct_nightly-1.10.0.20240102.post421.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
480
- mct_nightly-1.10.0.20240102.post421.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
481
- mct_nightly-1.10.0.20240102.post421.dist-info/RECORD,,
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.10.0"
53
+ __version__ = "1.11.0"