Skip to content

Commit

Permalink
doc: add notice for different tflite-micro support branch
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Aug 14, 2024
1 parent 2182d39 commit 4cb480c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 4cb480c

Please sign in to comment.