mct-nightly 2.2.0.20241027.532__py3-none-any.whl → 2.2.0.20241029.505__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: 2.2.0.20241027.532
3
+ Version: 2.2.0.20241029.505
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=e7Hzdcg92ykZG1qmS--aAUq-lsyc1Xp_WN__EKEbiDk,1573
1
+ model_compression_toolkit/__init__.py,sha256=J_ZoyZ5qLT7SKqVR_D8YevOu0EIHGF8PIQMYS8lNBLw,1573
2
2
  model_compression_toolkit/constants.py,sha256=i4wYheBkIdQmsQA-axIpcT3YiSO1USNc-jaNiNE8w6E,3920
3
3
  model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
4
4
  model_compression_toolkit/logger.py,sha256=3DByV41XHRR3kLTJNbpaMmikL8icd9e1N-nkQAY9oDk,4567
@@ -570,8 +570,8 @@ tests_pytest/pytorch/gptq/test_annealing_cfg.py,sha256=hGC7L6mp3N1ygcJ3OctgS_Fz2
570
570
  tests_pytest/pytorch/gptq/test_gradual_act_quantization.py,sha256=Dg2cg1X8u9Jxm7Y6tlZIGH81EPoW_vYorcdDExdj02w,4630
571
571
  tests_pytest/pytorch/trainable_infrastructure/__init__.py,sha256=RAe8mgIr1V8dRIQtLf_dSG5zTUCKuQzxyybYx1dzEAs,697
572
572
  tests_pytest/pytorch/trainable_infrastructure/test_linear_annealing.py,sha256=zErt9tOu7oupjpv08cvd1Cxvdk9qvP7GMUP6EhefK0c,1814
573
- mct_nightly-2.2.0.20241027.532.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
574
- mct_nightly-2.2.0.20241027.532.dist-info/METADATA,sha256=F0SYwH78ncR2_2Cx8EnUV0f_eydBxIdBjGnOd22oxqM,20830
575
- mct_nightly-2.2.0.20241027.532.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
576
- mct_nightly-2.2.0.20241027.532.dist-info/top_level.txt,sha256=csdfSXhtRnpWYRzjZ-dRLIhOmM2TEdVXUxG05A5fgb8,39
577
- mct_nightly-2.2.0.20241027.532.dist-info/RECORD,,
573
+ mct_nightly-2.2.0.20241029.505.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
574
+ mct_nightly-2.2.0.20241029.505.dist-info/METADATA,sha256=i9nS_NG3AmYO6glQe72E4viW06ip4bDD_ta3jqKCvBw,20830
575
+ mct_nightly-2.2.0.20241029.505.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
576
+ mct_nightly-2.2.0.20241029.505.dist-info/top_level.txt,sha256=csdfSXhtRnpWYRzjZ-dRLIhOmM2TEdVXUxG05A5fgb8,39
577
+ mct_nightly-2.2.0.20241029.505.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.2.0.20241027.000532"
30
+ __version__ = "2.2.0.20241029.000505"