diff --git a/README.md b/README.md index ae763116ea148713dcf26acbe98f1af33bbca00b..9b906c4ab4b9084a52dbe59b4c1d8b5bcb4c24d4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,27 @@ A tool to legalize TFLite FlatBuffer to TOSA MLIR Bytecode or Text. +## Requirements + +Before you build or run the converter, ensure you have the following tools installed and on your PATH. + +### Linux (Ubuntu) + +| Tool | Purpose | Version | +|--------|-----------------|------------------| +| Bazel | build | >= v7.4.1 | +| Clang | build | >= v17 | +| Python | build & runtime | >= v3.9 | + +### Windows (x86_64) + +| Tool | Purpose | Version | +|----------------------------------------------------------|-----------------|---------------------------------------| +| Bazel | build | ≥7.4.1 | +| LLVM (Clang-CL) | build | 20.1.0 | +| MSYS2 | shell & tooling | 3.6.3-2 with Pacman 20.1.0 and bash.exe | +| Python | build & runtime | ≥3.9 | +| Visual Studio 2022 Professional (C++ Desktop Dev Tools) | build & debug | 17.11.5 | ## Python wheel creation @@ -77,7 +98,7 @@ cat model.tflite | tosa-converter-for-tflite --text ## Supported Platforms -This tool supports Linux and Windows(r) on x86_64 architectures. +This tool supports Linux(r) and Windows(r) on x86_64 architectures. ## Versioning @@ -91,7 +112,15 @@ This project uses Calendar Versioning ([CalVer](https://calver.org/)) in the for TOSA Converter for TFLite is distributed under the Apache 2.0 License. -LLVM and the LLVM logo are trademarks of the LLVM Foundation. - -TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc. +# Trademarks and Copyrights + +* Bazel(tm) is a trademark of Google(r) LLC. +* Git(tm) is a trademark of Software Freedom Conservancy. +* LLVM(r) and the LLVM logo are trademarks of the LLVM Foundation. +* Linux(r) is the registered trademark of Linus Torvalds in the U.S. and elsewhere. +* Python(r) is a registered trademark of the Python Software Foundation. +* TensorFlow(tm), the TensorFlow logo and any related marks are trademarks of Google Inc. +* Ubuntu(r) is a registered trademark of Canonical(r) Ltd. +* Visual Studio(r) is a registered trademark of Microsoft(r) Corporation. +* Windows(r) is a registered trademark of Microsoft(r) Corporation.