tico 0.1.0.dev250707__py3-none-any.whl → 0.1.0.dev250708__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.
- tico/__init__.py +1 -1
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/METADATA +3 -2
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/RECORD +7 -7
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/LICENSE +0 -0
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/WHEEL +0 -0
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/entry_points.txt +0 -0
- {tico-0.1.0.dev250707.dist-info → tico-0.1.0.dev250708.dist-info}/top_level.txt +0 -0
tico/__init__.py
CHANGED
@@ -21,7 +21,7 @@ from tico.config import CompileConfigV1, get_default_config
|
|
21
21
|
from tico.utils.convert import convert, convert_from_exported_program, convert_from_pt2
|
22
22
|
|
23
23
|
# THIS LINE IS AUTOMATICALLY GENERATED BY setup.py
|
24
|
-
__version__ = "0.1.0.
|
24
|
+
__version__ = "0.1.0.dev250708"
|
25
25
|
|
26
26
|
MINIMUM_SUPPORTED_VERSION = "2.5.0"
|
27
27
|
SECURE_TORCH_VERSION = "2.6.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tico
|
3
|
-
Version: 0.1.0.
|
3
|
+
Version: 0.1.0.dev250708
|
4
4
|
Summary: Convert exported Torch module to circle
|
5
5
|
Home-page: UNKNOWN
|
6
6
|
License: UNKNOWN
|
@@ -43,7 +43,8 @@ designed for optimized on-device neural network inference.
|
|
43
43
|
0. Prerequisites
|
44
44
|
|
45
45
|
- Python 3.10
|
46
|
-
- [one-compiler 1.30.0](https://github.com/Samsung/ONE/releases/tag/1.30.0)
|
46
|
+
- (Optional) [one-compiler 1.30.0](https://github.com/Samsung/ONE/releases/tag/1.30.0)
|
47
|
+
- It is only required if you intend to run inference with the converted Circle model. If you are only converting models without running them, this dependency is not needed.
|
47
48
|
|
48
49
|
We highly recommend to use a virtual env, e.g., conda.
|
49
50
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tico/__init__.py,sha256=
|
1
|
+
tico/__init__.py,sha256=FHftm30P4mUuM4OnQItR3lEsbmKClDQzVvzRjckQs_Y,1743
|
2
2
|
tico/pt2_to_circle.py,sha256=gu3MD4Iqc0zMZcCZ2IT8oGbyj21CTSbT3Rgd9s2B_9A,2767
|
3
3
|
tico/config/__init__.py,sha256=xZzCXjZ84qE-CsBi-dfaL05bqpQ3stKKfTXhnrJRyVs,142
|
4
4
|
tico/config/base.py,sha256=anwOiJFkUxUi7Cef573JgQcjk6S-FSi6O_TLjYASW-g,1244
|
@@ -200,9 +200,9 @@ tico/utils/mx/__init__.py,sha256=IO6FP_xYbGy0dW0HL26GXD3ouxARaxCK7bz9dn4blPQ,26
|
|
200
200
|
tico/utils/mx/elemwise_ops.py,sha256=V6glyAHsVR1joqpsgnNytatCD_ew92xNWZ19UFDoMTA,10281
|
201
201
|
tico/utils/mx/formats.py,sha256=uzNWyu-1onUlwQfX5cZ6fZSUfHMRqorper7_T1k3jfk,3404
|
202
202
|
tico/utils/mx/mx_ops.py,sha256=RcfUTYVi-wilGB2sC35OeARdwDqnixv7dG5iyZ-fQT8,8555
|
203
|
-
tico-0.1.0.
|
204
|
-
tico-0.1.0.
|
205
|
-
tico-0.1.0.
|
206
|
-
tico-0.1.0.
|
207
|
-
tico-0.1.0.
|
208
|
-
tico-0.1.0.
|
203
|
+
tico-0.1.0.dev250708.dist-info/LICENSE,sha256=kp4JLII7bzRhPb0CPD5XTDZMh22BQ7h3k3B7t8TiSbw,12644
|
204
|
+
tico-0.1.0.dev250708.dist-info/METADATA,sha256=JYKuB9qDAAKnDNamexuwsM_SnYV1DxI2pf6pFU7ov6U,8430
|
205
|
+
tico-0.1.0.dev250708.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
206
|
+
tico-0.1.0.dev250708.dist-info/entry_points.txt,sha256=kBKYSS_IYrSXmUYevmmepqIVPScq5vF8ulQRu3I_Zf0,59
|
207
|
+
tico-0.1.0.dev250708.dist-info/top_level.txt,sha256=oqs7UPoNSKZEwqsX8B-KAWdQwfAa7i60pbxW_Jk7P3w,5
|
208
|
+
tico-0.1.0.dev250708.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|