From 302ce432829ae7c25e100a5cca718f0aadbe4fd4 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Tue, 15 Nov 2022 13:19:53 +0000 Subject: MLIA-649 Support tosa-checker as a backend - Add new type of the backend based on python packages - Add installation class for TOSA checker - Update documentation - Extend support of the parameter "force" in the "install" command Change-Id: I95567b75e1cfe85daa1f1c3d359975bb67b2504e --- src/mlia/devices/tosa/operators.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mlia/devices') diff --git a/src/mlia/devices/tosa/operators.py b/src/mlia/devices/tosa/operators.py index 03f6fb8..1e4581a 100644 --- a/src/mlia/devices/tosa/operators.py +++ b/src/mlia/devices/tosa/operators.py @@ -47,8 +47,7 @@ def get_tosa_compatibility_info( if checker is None: raise Exception( "TOSA checker is not available. " - "Please make sure that 'tosa_checker' package is installed: " - "pip install mlia[tosa]" + "Please make sure that 'tosa-checker' backend is installed." ) ops = [ -- cgit v1.2.1