From 5b513886ab120023eb1319d4883b175db8b7de3a Mon Sep 17 00:00:00 2001 From: Fredrik Svedberg Date: Fri, 11 Dec 2020 13:42:22 +0100 Subject: [MLBEDSW-297] Setup and run on Microsoft Windows Various updates to make vela run and produce identical output on Microsoft Windows. * Fixed overflow errors * Fixed compile warnings * Avoid problematic numpy version * Updated README.md Signed-off-by: Fredrik Svedberg Change-Id: Ie48c63a92a00c81b3247d07f05b75d881319ddbb --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 12abc610..586885c3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Vela supports TensorFlow 2.3.0 ## Environment -Vela runs on the Linux operating system. +Vela runs on the Linux operating system and on Microsoft Windows, +see note in Installation section below. ## Prerequisites @@ -51,6 +52,10 @@ source code from [ML Platform](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela). Both methods will automatically install all the required dependencies. +**Note:** For installing on Microsoft Windows you need to have a C99 and C++11 +capable toolchain installed. The recommended and tested toolchain is Microsoft +Visual C++ 14.x Build Tools, see + ### PyPi Install Vela from PyPi using the following command: -- cgit v1.2.1