tico 0.1.0.dev250430__py3-none-any.whl → 0.1.0.dev250504__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.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/METADATA +15 -1
- {tico-0.1.0.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/RECORD +7 -7
- {tico-0.1.0.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/LICENSE +0 -0
- {tico-0.1.0.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/WHEEL +0 -0
- {tico-0.1.0.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/entry_points.txt +0 -0
- {tico-0.1.0.dev250430.dist-info → tico-0.1.0.dev250504.dist-info}/top_level.txt +0 -0
tico/__init__.py
CHANGED
@@ -22,7 +22,7 @@ from tico.config import CompileConfigV1, get_default_config
|
|
22
22
|
from tico.utils.convert import convert, convert_from_exported_program, convert_from_pt2
|
23
23
|
|
24
24
|
# THIS LINE IS AUTOMATICALLY GENERATED BY setup.py
|
25
|
-
__version__ = '0.1.0.
|
25
|
+
__version__ = '0.1.0.dev250504'
|
26
26
|
|
27
27
|
|
28
28
|
if Version(torch.__version__) < Version("2.5.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.dev250504
|
4
4
|
Summary: Convert exported Torch module to circle
|
5
5
|
Home-page: UNKNOWN
|
6
6
|
License: UNKNOWN
|
@@ -284,6 +284,20 @@ For example, to run a single model
|
|
284
284
|
By default, `./ccex test` runs all modules with the `circle-interpreter` engine.
|
285
285
|
You can override this and run tests using the `onert` runtime instead.
|
286
286
|
|
287
|
+
|
288
|
+
##### 0. Installing ONERT Nightly
|
289
|
+
|
290
|
+
Some ONERT features are only available in the nightly build until the next official release.
|
291
|
+
To install the ONERT wheel from the issue comment:
|
292
|
+
|
293
|
+
1. Download the `.whl` file linked
|
294
|
+
in [the relevant Github issue comment](https://github.com/Samsung/TICO/issues/2#issuecomment-2841487306).
|
295
|
+
2. Install it with pip, for example:
|
296
|
+
|
297
|
+
```bash
|
298
|
+
pip install /path/to/onert_nightly.whl
|
299
|
+
```
|
300
|
+
|
287
301
|
##### 1. Command-Line Flag
|
288
302
|
|
289
303
|
Use the `--runtime` (or `-r`) flag to select a runtime:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tico/__init__.py,sha256=
|
1
|
+
tico/__init__.py,sha256=vTAKq2GejGQsU_fcHa2vhqvZ1HJ8afb4PNDXGIEOjTM,1181
|
2
2
|
tico/pt2_to_circle.py,sha256=PPmFNw20jw2Z2VyM3ln9pX__jTzBOAZiv0gT5a-p-Y8,2666
|
3
3
|
tico/config/__init__.py,sha256=xZzCXjZ84qE-CsBi-dfaL05bqpQ3stKKfTXhnrJRyVs,142
|
4
4
|
tico/config/base.py,sha256=anwOiJFkUxUi7Cef573JgQcjk6S-FSi6O_TLjYASW-g,1244
|
@@ -192,9 +192,9 @@ tico/utils/mx/__init__.py,sha256=IO6FP_xYbGy0dW0HL26GXD3ouxARaxCK7bz9dn4blPQ,26
|
|
192
192
|
tico/utils/mx/elemwise_ops.py,sha256=V6glyAHsVR1joqpsgnNytatCD_ew92xNWZ19UFDoMTA,10281
|
193
193
|
tico/utils/mx/formats.py,sha256=uzNWyu-1onUlwQfX5cZ6fZSUfHMRqorper7_T1k3jfk,3404
|
194
194
|
tico/utils/mx/mx_ops.py,sha256=RcfUTYVi-wilGB2sC35OeARdwDqnixv7dG5iyZ-fQT8,8555
|
195
|
-
tico-0.1.0.
|
196
|
-
tico-0.1.0.
|
197
|
-
tico-0.1.0.
|
198
|
-
tico-0.1.0.
|
199
|
-
tico-0.1.0.
|
200
|
-
tico-0.1.0.
|
195
|
+
tico-0.1.0.dev250504.dist-info/LICENSE,sha256=kp4JLII7bzRhPb0CPD5XTDZMh22BQ7h3k3B7t8TiSbw,12644
|
196
|
+
tico-0.1.0.dev250504.dist-info/METADATA,sha256=Bxaqnct4tOHAfQTt3iOSPJzwmnprs_zrAINHuMJCdag,8633
|
197
|
+
tico-0.1.0.dev250504.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
198
|
+
tico-0.1.0.dev250504.dist-info/entry_points.txt,sha256=kBKYSS_IYrSXmUYevmmepqIVPScq5vF8ulQRu3I_Zf0,59
|
199
|
+
tico-0.1.0.dev250504.dist-info/top_level.txt,sha256=oqs7UPoNSKZEwqsX8B-KAWdQwfAa7i60pbxW_Jk7P3w,5
|
200
|
+
tico-0.1.0.dev250504.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|