ai-edge-quantizer-nightly 0.1.0.dev20250403__py3-none-any.whl → 0.1.0.dev20250404__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.
- ai_edge_quantizer/recipe.py +23 -0
- {ai_edge_quantizer_nightly-0.1.0.dev20250403.dist-info → ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info}/METADATA +1 -1
- {ai_edge_quantizer_nightly-0.1.0.dev20250403.dist-info → ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info}/RECORD +6 -6
- {ai_edge_quantizer_nightly-0.1.0.dev20250403.dist-info → ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info}/LICENSE +0 -0
- {ai_edge_quantizer_nightly-0.1.0.dev20250403.dist-info → ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info}/WHEEL +0 -0
- {ai_edge_quantizer_nightly-0.1.0.dev20250403.dist-info → ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info}/top_level.txt +0 -0
ai_edge_quantizer/recipe.py
CHANGED
@@ -39,6 +39,29 @@ def dynamic_wi8_afp32():
|
|
39
39
|
]
|
40
40
|
|
41
41
|
|
42
|
+
def dynamic_wi4_afp32():
|
43
|
+
"""Returns a dynamic quantization recipe with int4 weights and float32 activation."""
|
44
|
+
return [
|
45
|
+
dict({
|
46
|
+
'regex': '.*',
|
47
|
+
'operation': '*',
|
48
|
+
'algorithm_key': 'min_max_uniform_quantize',
|
49
|
+
'op_config': {
|
50
|
+
'weight_tensor_config': {
|
51
|
+
'num_bits': 4,
|
52
|
+
'symmetric': True,
|
53
|
+
'granularity': 'CHANNELWISE',
|
54
|
+
'dtype': 'INT',
|
55
|
+
'block_size': 0,
|
56
|
+
},
|
57
|
+
'compute_precision': 'INTEGER',
|
58
|
+
'explicit_dequantize': False,
|
59
|
+
'skip_checks': False,
|
60
|
+
},
|
61
|
+
})
|
62
|
+
]
|
63
|
+
|
64
|
+
|
42
65
|
def dynamic_legacy_wi8_afp32():
|
43
66
|
"""Returns a dynamic quantization legacy recipe with int8 weights and float32 activation.
|
44
67
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ai-edge-quantizer-nightly
|
3
|
-
Version: 0.1.0.
|
3
|
+
Version: 0.1.0.dev20250404
|
4
4
|
Summary: A quantizer for advanced developers to quantize converted AI Edge models.
|
5
5
|
Home-page: https://github.com/google-ai-edge/ai-edge-quantizer
|
6
6
|
Keywords: On-Device ML,AI,Google,TFLite,Quantization,LLMs,GenAI
|
@@ -15,7 +15,7 @@ ai_edge_quantizer/params_generator_test.py,sha256=9WTUl87XqbM4NruX5ypLuVRtuhcw-C
|
|
15
15
|
ai_edge_quantizer/qtyping.py,sha256=UBZ3HgO8IDLY6VJmO05rGtFv_idMD3Os3WWsnriA0NA,15235
|
16
16
|
ai_edge_quantizer/quantizer.py,sha256=g3DMqFMrMpt9jQttCE0WcdNbMtk0JZnmN5MmCHrNdyM,13202
|
17
17
|
ai_edge_quantizer/quantizer_test.py,sha256=K_HBA56JkFI3HL8VLWCqGEfC0ISh5ldMKoNyBdGRAJg,20368
|
18
|
-
ai_edge_quantizer/recipe.py,sha256=
|
18
|
+
ai_edge_quantizer/recipe.py,sha256=FR0uJceumZrnle2VRSOQZ1uXup4S1cTYKRH-N53mWRo,2919
|
19
19
|
ai_edge_quantizer/recipe_manager.py,sha256=qcGUD7e7BISKdsY9WH2rdaRR3acmzSA5qMezGNbzlpo,8931
|
20
20
|
ai_edge_quantizer/recipe_manager_test.py,sha256=LulVxsYp6TBGFI2PLCUCd4VsFq8ELpC7kMNkUjsLgbo,32230
|
21
21
|
ai_edge_quantizer/recipe_test.py,sha256=Fg_sfxovI2fRjk5qdu18ghOvXdUvhDR1TxbE0GHDczc,3381
|
@@ -64,8 +64,8 @@ ai_edge_quantizer/utils/tfl_interpreter_utils.py,sha256=x2xA2CFPpe_2trcV8v5xGaBE
|
|
64
64
|
ai_edge_quantizer/utils/tfl_interpreter_utils_test.py,sha256=Op3JxtOqlrjzmYF18jnnstL1k9xiY9kKJ8S2vklKGkc,11327
|
65
65
|
ai_edge_quantizer/utils/validation_utils.py,sha256=oYw33Sg547AqtGw-choPUJmp9SAKkV46J_ddqSsum2Q,3950
|
66
66
|
ai_edge_quantizer/utils/validation_utils_test.py,sha256=V_qNDikPD4OPB-siOLQCWNVWTAu87h2IgNYt7teFd-o,2934
|
67
|
-
ai_edge_quantizer_nightly-0.1.0.
|
68
|
-
ai_edge_quantizer_nightly-0.1.0.
|
69
|
-
ai_edge_quantizer_nightly-0.1.0.
|
70
|
-
ai_edge_quantizer_nightly-0.1.0.
|
71
|
-
ai_edge_quantizer_nightly-0.1.0.
|
67
|
+
ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
68
|
+
ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info/METADATA,sha256=oVrRVQkgq4t-L9CuYTqEu-S3S6TufssD059_ZtP6WMQ,1527
|
69
|
+
ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
70
|
+
ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info/top_level.txt,sha256=8QTfPnFXNVUhScFLaa-NWZMFWMn72M50DVPubpwWB1g,18
|
71
|
+
ai_edge_quantizer_nightly-0.1.0.dev20250404.dist-info/RECORD,,
|
File without changes
|
File without changes
|