ai-edge-litert-nightly 2.0.4.dev20251013__cp311-cp311-manylinux_2_27_x86_64.whl → 2.0.4.dev20251014__cp311-cp311-manylinux_2_27_x86_64.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.

Potentially problematic release.


This version of ai-edge-litert-nightly might be problematic. Click here for more details.

@@ -1 +1 @@
1
- __version__ = "2.0.4.dev20251013"
1
+ __version__ = "2.0.4.dev20251014"
@@ -21,9 +21,16 @@ import os # pylint: disable=unused-import
21
21
  from ai_edge_litert.internal import litertlm_header_schema_py_generated as schema
22
22
 
23
23
  # --- File Format Constants ---
24
+ # LINT.IfChange(litertlm_version_constants) # copybara:comment
24
25
  LITERTLM_MAJOR_VERSION = 1
25
- LITERTLM_MINOR_VERSION = 3
26
+ LITERTLM_MINOR_VERSION = 4
26
27
  LITERTLM_PATCH_VERSION = 0
28
+ # copybara:comment_begin(google-only)
29
+ # LINT.ThenChange(
30
+ # litert_lm/schema/core/litertlm_header.h:litertlm_version_constants,
31
+ # litert_lm/schema/py/litertlm_core.py:litertlm_version_constants
32
+ # )
33
+ # copybara:comment_end(google-only)
27
34
  BLOCK_SIZE = 16 * 1024
28
35
  HEADER_BEGIN_BYTE_OFFSET = 32
29
36
  HEADER_END_LOCATION_BYTE_OFFSET = 24
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-edge-litert-nightly
3
- Version: 2.0.4.dev20251013
3
+ Version: 2.0.4.dev20251014
4
4
  Summary: LiteRT is for mobile and embedded devices.
5
5
  Home-page: https://www.tensorflow.org/lite/
6
6
  Author: Google AI Edge Authors
@@ -1,4 +1,4 @@
1
- ai_edge_litert/__init__.py,sha256=3-rWJ0iGMyrscAzXfzR_Q8V6bpRYRMk6fSvCiV65imo,34
1
+ ai_edge_litert/__init__.py,sha256=O4VcCZ0OG8-XFkN9rW8WkDNIppC3_HLtWLLzG1KC3aI,34
2
2
  ai_edge_litert/_pywrap_analyzer_wrapper.so,sha256=-yAgVLhtV8rlXFqOGzAUfHBOuSKZ5SpeZfaRczRIUiw,3808
3
3
  ai_edge_litert/_pywrap_litert_compiled_model_wrapper.so,sha256=tZBPPyNssub7lcsf0ikJ2c5LtAvJ5xV4jp3aVMC00os,3832
4
4
  ai_edge_litert/_pywrap_litert_tensor_buffer_wrapper.so,sha256=zhUbsJbVkwnqs5WRHT5PfBnHBEPuUnzayjeSbY1l7w0,3832
@@ -17,8 +17,8 @@ ai_edge_litert/field_mask_pb2.py,sha256=YVi1IasKjEQAlcIwM6HMgmW0wT6TMAXjiaiysrEY
17
17
  ai_edge_litert/format_converter_wrapper_pybind11.so,sha256=s1H_tXr8BCVuJ6oRnOhIWe5fL6_L3HjZw2EVbEv2M58,3872
18
18
  ai_edge_litert/hardware_accelerator.py,sha256=FgouirT1Cs80mqvMvLbO9O7wiPBnQaWDB5vjFpJhtJo,800
19
19
  ai_edge_litert/interpreter.py,sha256=VU2Hzn60P3vqxdYAZONLoxLEIZKbHhIF8FhUshm3uKU,40707
20
- ai_edge_litert/libLiteRtRuntimeCApi.so,sha256=H-Oz05ogP4ymn556q-lV-mmivfm-04X0cg6HMFNlqdQ,6818768
21
- ai_edge_litert/libpywrap_litert_common.so,sha256=TXURV79kNTnIBJAJyDvHKGQUlC6tFAYDYGgzd83o3Mw,15101088
20
+ ai_edge_litert/libLiteRtRuntimeCApi.so,sha256=4UBsHh7gyXvKMCJgV7E6EmbRkjz5lrpdsEZcvTH-xRE,6821616
21
+ ai_edge_litert/libpywrap_litert_common.so,sha256=hub0Yew-GJsRhbP3gEpdQyiUdqIPzkVzwa5vQrozleE,15101088
22
22
  ai_edge_litert/metrics_interface.py,sha256=dVu6SmbnQUntPgE5o6BxHVMyemwli-7F6tDfVMGrlYI,1542
23
23
  ai_edge_litert/metrics_portable.py,sha256=KKvR9ZOe8j2ZeBtDo_6gWJ8kENKoOawPK3LPkevnZa8,2039
24
24
  ai_edge_litert/model_runtime_info_pb2.py,sha256=E93kYJtWnsChrdegZJbKzeFpplssBGEURTdOOfjtOxg,6370
@@ -60,15 +60,15 @@ ai_edge_litert/aot/vendors/qualcomm/qualcomm_backend.py,sha256=121jVb4u1slOQ8FSf
60
60
  ai_edge_litert/aot/vendors/qualcomm/target.py,sha256=BesYeOdRQILJY2GRVzenakTWQU-fCTqs9VPTTLAA8mw,1796
61
61
  ai_edge_litert/internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  ai_edge_litert/internal/litertlm_builder.py,sha256=UQ6Hw7UxDgD8d8U74JIdqwoYqIq-Y0zdspJopNoEn3k,19081
63
- ai_edge_litert/internal/litertlm_core.py,sha256=twP4-6kfqmOaqyPnJ5np8CMEn8loVmk-A8Hjlcy3EhM,1721
63
+ ai_edge_litert/internal/litertlm_core.py,sha256=eevWa69QxNuJ1WLEkjgELJu-LHlvlGQVLHviv9ffeuc,2022
64
64
  ai_edge_litert/internal/litertlm_header_schema_py_generated.py,sha256=DETYNguhOeOPmZtCKtU6PzcPZDYt8jcRPAvcGx7WB-E,43794
65
65
  ai_edge_litert/internal/llm_metadata_pb2.py,sha256=ABbevvRn5VDBDG39zq-rsvH21qdO6OoK_ahjPqjXLZo,3028
66
66
  ai_edge_litert/internal/sampler_params_pb2.py,sha256=2sk5oGGpSre-rPEgRICwJOg7reJTuxVtwGVOjyrAriE,2069
67
- ai_edge_litert/tools/apply_plugin_main,sha256=R4gnaDRr6pXHpsFPLUoIZc_Md19-n5J1ioy2OlFguio,906560
68
- ai_edge_litert/vendors/google_tensor/compiler/libLiteRtCompilerPlugin_google_tensor.so,sha256=TZWlS3gssy9EME0fLfJkhn073X03fD_qlHooSH_f8SU,227520
69
- ai_edge_litert/vendors/mediatek/compiler/libLiteRtCompilerPlugin_MediaTek.so,sha256=XUYsLKMpPvCw0yG8L1GhJKhY-wBzn2nNR5aJgNYiL5U,517648
70
- ai_edge_litert/vendors/qualcomm/compiler/libLiteRtCompilerPlugin_Qualcomm.so,sha256=4-PKZBfoigaJRudIjRnjTsnoptBZmBjWGbfPgCaroMM,637128
71
- ai_edge_litert_nightly-2.0.4.dev20251013.dist-info/METADATA,sha256=r_aiyTfhStnykUb0EqJrwpsjo9OMjyOVjkWjZQkV54U,1935
72
- ai_edge_litert_nightly-2.0.4.dev20251013.dist-info/WHEEL,sha256=oTwXS6j6IRd3SDn_YuEjFZpQjjtvLB0UIPJygB9KLEo,113
73
- ai_edge_litert_nightly-2.0.4.dev20251013.dist-info/top_level.txt,sha256=WcDZgG99n0a0xDS_ipL8ZWy956g1v5fVyR3FH96VDT0,15
74
- ai_edge_litert_nightly-2.0.4.dev20251013.dist-info/RECORD,,
67
+ ai_edge_litert/tools/apply_plugin_main,sha256=7cZ2rdOESrPo1g0ZZDZbT5gV_NWofqBwFSbkhkvL8rA,906736
68
+ ai_edge_litert/vendors/google_tensor/compiler/libLiteRtCompilerPlugin_google_tensor.so,sha256=AzRY0yGmCONV268BVeii-CeoiIpxItQuGkenz5o1ysU,227616
69
+ ai_edge_litert/vendors/mediatek/compiler/libLiteRtCompilerPlugin_MediaTek.so,sha256=sCdN3lwHA4BRaC7O4ERybJD7STpryw1Y3ytazzLZPoY,517712
70
+ ai_edge_litert/vendors/qualcomm/compiler/libLiteRtCompilerPlugin_Qualcomm.so,sha256=0wl3kP6DAivAKcHzbP_i9dHW9h-RjJX8z6lgdsyUvtQ,637224
71
+ ai_edge_litert_nightly-2.0.4.dev20251014.dist-info/METADATA,sha256=1MEX2l21Hxo3S2wVByuxg901V_x2vA-o10nWGq0UaHw,1935
72
+ ai_edge_litert_nightly-2.0.4.dev20251014.dist-info/WHEEL,sha256=oTwXS6j6IRd3SDn_YuEjFZpQjjtvLB0UIPJygB9KLEo,113
73
+ ai_edge_litert_nightly-2.0.4.dev20251014.dist-info/top_level.txt,sha256=WcDZgG99n0a0xDS_ipL8ZWy956g1v5fVyR3FH96VDT0,15
74
+ ai_edge_litert_nightly-2.0.4.dev20251014.dist-info/RECORD,,