mct-nightly 1.9.0.20230927.post404__py3-none-any.whl → 1.10.0.20230928.post403__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.9.0.20230927.post404
3
+ Version: 1.10.0.20230928.post403
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=rfL3zJ7vDk2Okl9zoYEbUq2NgI5vlDtar2Xbm32n1VU,3662
1
+ model_compression_toolkit/__init__.py,sha256=HM7kIyeSnGNpCnoO8d6S5gF186LcHffHDj4HoesmGWM,3663
2
2
  model_compression_toolkit/constants.py,sha256=C_kTcbYhWv90JoZVu4kT21b7aHaLEmsA--VDFXbiAJs,3817
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
@@ -429,8 +429,8 @@ model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py,sha
429
429
  model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py,sha256=MVwXNymmFRB2NXIBx4e2mdJ1RfoHxRPYRgjb1MQP5kY,1797
430
430
  model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py,sha256=huHoBUcKNB6BnY6YaUCcFvdyBtBI172ZoUD8ZYeNc6o,696
431
431
  model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py,sha256=SbvRlIdE32PEBsINt1bhSqvrKL_zbM9V-aeSkOn-sw4,3083
432
- mct_nightly-1.9.0.20230927.post404.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
433
- mct_nightly-1.9.0.20230927.post404.dist-info/METADATA,sha256=xTdocdeSp_I4zjc77NiAq8CkCGfjsISaaSQiW9I8w94,15740
434
- mct_nightly-1.9.0.20230927.post404.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
435
- mct_nightly-1.9.0.20230927.post404.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
436
- mct_nightly-1.9.0.20230927.post404.dist-info/RECORD,,
432
+ mct_nightly-1.10.0.20230928.post403.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
433
+ mct_nightly-1.10.0.20230928.post403.dist-info/METADATA,sha256=jCxR8xKM94Y3XagvvxrUOP1Vpjf01ktgr06Ao-LXSVU,15741
434
+ mct_nightly-1.10.0.20230928.post403.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
435
+ mct_nightly-1.10.0.20230928.post403.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
436
+ mct_nightly-1.10.0.20230928.post403.dist-info/RECORD,,
@@ -49,4 +49,4 @@ from model_compression_toolkit.gptq.common.gptq_config import RoundingType
49
49
  from model_compression_toolkit.gptq.keras.quantization_facade import get_keras_gptq_config
50
50
  from model_compression_toolkit.gptq.pytorch.quantization_facade import get_pytorch_gptq_config
51
51
 
52
- __version__ = "1.9.0"
52
+ __version__ = "1.10.0"