From 4cb480c6edd90442d2836a4e277931851a9b4418 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Wed, 14 Aug 2024 09:42:22 +0800 Subject: [PATCH] doc: add notice for different tflite-micro support branch Signed-off-by: Huaqi Fang <578567190@qq.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57416915979..4031ec65820 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,13 @@ TensorFlow Lite for Microcontrollers is a port of TensorFlow Lite designed to run machine learning models on DSPs, microcontrollers and other devices with limited memory. -> **NOTE**: Looking for how to run on Nuclei RISC-V Processor, please check [this guidance](tensorflow/lite/micro/nuclei_evalsoc/README.md) +> [!NOTE] +> +> - Looking for how to run on Nuclei SDK build system or Nuclei Studio IDE via npk package, please check https://github.com/Nuclei-Software/npk-tflm +> - Looking for native TFLM support based on Nuclei SDK 0.6.0, see branch [nuclei/nsdk_0.6.0](https://github.com/Nuclei-Software/tflite-micro/tree/nuclei/nsdk_0.6.0) +> - Looking for native TFLM support based on Nuclei SDK 0.4.1, see branch [nuclei/nsdk_0.4.1](https://github.com/Nuclei-Software/tflite-micro/tree/nuclei/nsdk_0.4.1) +> - Looking for native TFLM support based on Nuclei SDK 0.3.8, see branch [nuclei/nsdk_0.3.8](https://github.com/Nuclei-Software/tflite-micro/tree/nuclei/nsdk_0.3.8) + Additional Links: * [Tensorflow github repository](https://github.com/tensorflow/tensorflow/)