mct-nightly 2.1.0.20240803.442__py3-none-any.whl → 2.1.0.20240805.458__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.1.0.20240803.442
3
+ Version: 2.1.0.20240805.458
4
4
  Summary: A Model Compression Toolkit for neural networks
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -11,10 +11,10 @@ Classifier: Operating System :: OS Independent
11
11
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
12
12
  Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: networkx !=2.8.1
14
+ Requires-Dist: networkx!=2.8.1
15
15
  Requires-Dist: tqdm
16
16
  Requires-Dist: Pillow
17
- Requires-Dist: numpy <2.0
17
+ Requires-Dist: numpy<2.0
18
18
  Requires-Dist: opencv-python
19
19
  Requires-Dist: scikit-image
20
20
  Requires-Dist: scikit-learn
@@ -23,7 +23,7 @@ Requires-Dist: PuLP
23
23
  Requires-Dist: matplotlib
24
24
  Requires-Dist: scipy
25
25
  Requires-Dist: protobuf
26
- Requires-Dist: mct-quantizers ==1.5
26
+ Requires-Dist: mct-quantizers==1.5
27
27
 
28
28
  # Model Compression Toolkit (MCT)
29
29
 
@@ -1,4 +1,4 @@
1
- model_compression_toolkit/__init__.py,sha256=X3BCGmZUNFVMjlxgn7jbVizQB3gwC83XMkFDfzPYI3c,1573
1
+ model_compression_toolkit/__init__.py,sha256=ZLxzGxSq-OPqAja5Ft2B1Kb-Dim3G7VpHJ6uO4YuJUQ,1573
2
2
  model_compression_toolkit/constants.py,sha256=dexmfFCQ6VgoWuFBeM6MZykfgiVVdVxgkiSnpfjN8Dw,4005
3
3
  model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
4
4
  model_compression_toolkit/logger.py,sha256=3DByV41XHRR3kLTJNbpaMmikL8icd9e1N-nkQAY9oDk,4567
@@ -525,8 +525,8 @@ model_compression_toolkit/xquant/pytorch/model_analyzer.py,sha256=b93o800yVB3Z-i
525
525
  model_compression_toolkit/xquant/pytorch/pytorch_report_utils.py,sha256=yrZNVRm2IRU7r7R-hjS2lOQ6wvEEvbeunvf2jKoWjXk,3277
526
526
  model_compression_toolkit/xquant/pytorch/similarity_functions.py,sha256=CERxq5K8rqaiE-DlwhZBTUd9x69dtYJlkHOPLB54vm8,2354
527
527
  model_compression_toolkit/xquant/pytorch/tensorboard_utils.py,sha256=eyMoXt5o5EnMr6d-rpCwQdX5mAiYiymvbgKv4tf7-a0,4576
528
- mct_nightly-2.1.0.20240803.442.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
529
- mct_nightly-2.1.0.20240803.442.dist-info/METADATA,sha256=RKnrVIjHC3DybeqKgWlBfXJKJz5c6z_GPTqahkwBy6s,19719
530
- mct_nightly-2.1.0.20240803.442.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
531
- mct_nightly-2.1.0.20240803.442.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
532
- mct_nightly-2.1.0.20240803.442.dist-info/RECORD,,
528
+ mct_nightly-2.1.0.20240805.458.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
529
+ mct_nightly-2.1.0.20240805.458.dist-info/METADATA,sha256=exPM2mOgise5AjI99Bd_3Gulq2k3SQ0PvToWHRcWOiI,19716
530
+ mct_nightly-2.1.0.20240805.458.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
531
+ mct_nightly-2.1.0.20240805.458.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
532
+ mct_nightly-2.1.0.20240805.458.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
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.1.0.20240803.000442"
30
+ __version__ = "2.1.0.20240805.000458"