mct-nightly 2.3.0.20250317.621__py3-none-any.whl → 2.3.0.20250320.523__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
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: mct-nightly
3
- Version: 2.3.0.20250317.621
3
+ Version: 2.3.0.20250320.523
4
4
  Summary: A Model Compression Toolkit for neural networks
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: Apache Software License
@@ -12,7 +12,7 @@ License-File: LICENSE.md
12
12
  Requires-Dist: networkx!=2.8.1
13
13
  Requires-Dist: tqdm
14
14
  Requires-Dist: Pillow
15
- Requires-Dist: numpy<2.0
15
+ Requires-Dist: numpy
16
16
  Requires-Dist: scikit-image
17
17
  Requires-Dist: scikit-learn
18
18
  Requires-Dist: tensorboard
@@ -25,6 +25,7 @@ Requires-Dist: pydantic<2.0
25
25
  Dynamic: classifier
26
26
  Dynamic: description
27
27
  Dynamic: description-content-type
28
+ Dynamic: license-file
28
29
  Dynamic: requires-dist
29
30
  Dynamic: requires-python
30
31
  Dynamic: summary
@@ -1,4 +1,5 @@
1
- model_compression_toolkit/__init__.py,sha256=zteWI9x3bI5Nw5ysoJCVrUMyNH1Ny8ki3TnxPQilFPM,1557
1
+ mct_nightly-2.3.0.20250320.523.dist-info/licenses/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
2
+ model_compression_toolkit/__init__.py,sha256=14V49ya2HeUXpF1dOuid5MJ_ITs1H10-YSrMscpVSR0,1557
2
3
  model_compression_toolkit/constants.py,sha256=i_R6uXBfO1ph_X6DNJych2x59SUojfJbn7dNjs_mZnc,3846
3
4
  model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
4
5
  model_compression_toolkit/logger.py,sha256=L3q7tn3Uht0i_7phnlOWMR2Te2zvzrt2HOz9vYEInts,4529
@@ -525,8 +526,7 @@ model_compression_toolkit/xquant/pytorch/model_analyzer.py,sha256=b93o800yVB3Z-i
525
526
  model_compression_toolkit/xquant/pytorch/pytorch_report_utils.py,sha256=UVN_S9ULHBEldBpShCOt8-soT8YTQ5oE362y96qF_FA,3950
526
527
  model_compression_toolkit/xquant/pytorch/similarity_functions.py,sha256=CERxq5K8rqaiE-DlwhZBTUd9x69dtYJlkHOPLB54vm8,2354
527
528
  model_compression_toolkit/xquant/pytorch/tensorboard_utils.py,sha256=mkoEktLFFHtEKzzFRn_jCnxjhJolK12TZ5AQeDHzUO8,9767
528
- mct_nightly-2.3.0.20250317.621.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
529
- mct_nightly-2.3.0.20250317.621.dist-info/METADATA,sha256=X-ApMiGiG62bbJXX5QsFf-TRmBV0eaSHRdMBmzPPWew,27080
530
- mct_nightly-2.3.0.20250317.621.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
531
- mct_nightly-2.3.0.20250317.621.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
532
- mct_nightly-2.3.0.20250317.621.dist-info/RECORD,,
529
+ mct_nightly-2.3.0.20250320.523.dist-info/METADATA,sha256=K75tjCCVv5ljyJgCknn9tEZ7JKWVhKG3GMrIeLwAGOc,27098
530
+ mct_nightly-2.3.0.20250320.523.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
531
+ mct_nightly-2.3.0.20250320.523.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
532
+ mct_nightly-2.3.0.20250320.523.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (77.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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.3.0.20250317.000621"
30
+ __version__ = "2.3.0.20250320.000523"