From d70025250fc49997801ea3a6ce83f2fa29a09d78 Mon Sep 17 00:00:00 2001 From: Louis Verhaard Date: Wed, 20 Jan 2021 17:23:54 +0100 Subject: MLBEDSW-3808: Ported search allocator to python - Straight port of the C++ implementation to python. - Renamed the allocator from "Search" to "HillClimb" Change-Id: I50797d541f326d0264daf79bf7866aef32350a60 Signed-off-by: Louis Verhaard --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81bb0a08..1d6d073e 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ 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 +**Note:** For installing on Microsoft Windows you need to have a C99 capable +toolchain installed. The recommended and tested toolchain is Microsoft Visual +C++ 14.x Build Tools, see ### PyPi -- cgit v1.2.1