Skip to content

Commit d61076a

Browse files
cshilwantStaticRocket
authored andcommitted
feat(edgeai): Switch from Neo-AI-DLR to TVM-RT
* With [0], the ti-tidl-osrt has now dropped Neo-AI-DLR [1] & switched to TVM-RT. Hence, update the documentation to highlight the same. [0] - https://git.ti.com/cgit/edgeai/meta-edgeai/commit/recipes-tisdk/ti-tidl/ti-tidl-osrt.bb?h=scarthgap&id=1b88fbdf717da6f0c3ac1a6d7d4b23d2dff5f63d [1] - https://github.com/neo-ai/neo-ai-dlr Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
1 parent 6576f87 commit d61076a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/devices/AM62AX/edgeai/software_components_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ List of software components used in this version
2323
+------------------------------+---------------------+
2424
| Meson | 1.3.1 |
2525
+------------------------------+---------------------+
26-
| NeoAI - DLR | 1.13.0 |
26+
| TVM-RT | 0.18.0_TIDL |
2727
+------------------------------+---------------------+
2828
| Tensorflow | 2.12_TIDL |
2929
+------------------------------+---------------------+

source/edgeai/inference_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Model Artifacts and Deployments
165165

166166
The SDK makes use of pre-compiled DNN (Deep Neural Network) models and performs
167167
inference using various OSRT (open source runtime) such as TFLite runtime,
168-
ONNX runtime and Neo AI-DLR (related to TVM).
168+
ONNX runtime and TVM-RT.
169169

170170
Model deployment can be performed in several ways --
171171
Please view the :doc:`Sample Apps page <./sample_apps>` for more details on

source/edgeai/sdk_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build and install steps please refer to **edgeai-app-stack** on `GitHub <https:/
3535
edgeai-gst-apps
3636
---------------
3737
These are plug-and-play deep learning applications which support running open
38-
source runtime frameworks such as TFLite, ONNX and NeoAI-DLR with a variety of
38+
source runtime frameworks such as TFLite, ONNX and TVM-RT with a variety of
3939
input and output configurations.
4040

4141
The latest source code with fixes can be pulled from `TI Edge AI GStreamer apps <https://github.com/TexasInstruments/edgeai-gst-apps>`_

source/edgeai/sdk_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using a live camera and display.
3636

3737
The SDK also enables an interplay of multiple open-source components such as
3838
GStreamer, OpenVx, OpenCV and deep learning runtime such as TFLite, ONNX and
39-
Neo-AI DLR. The reference applications showcase perception based examples such
39+
TVM-RT. The reference applications showcase perception based examples such
4040
as image classification, object detection and semantic segmentation in both
4141
Python and C++ variants. The SDK supports edit-build-debug cycles directly on
4242
the target and also on PC to cross compile and build the applications.

0 commit comments

Comments
 (0)