From c9b4089b3037b5943565d76242d3016b8776f8d2 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Tue, 28 Jun 2022 10:29:35 +0100 Subject: MLIA-546 Merge AIET into MLIA Merge the deprecated AIET interface for backend execution into MLIA: - Execute backends directly (without subprocess and the aiet CLI) - Fix issues with the unit tests - Remove src/aiet and tests/aiet - Re-factor code to replace 'aiet' with 'backend' - Adapt and improve unit tests after re-factoring - Remove dependencies that are not needed anymore (click and cloup) Change-Id: I450734c6a3f705ba9afde41862b29e797e511f7c --- src/aiet/__init__.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/aiet/__init__.py (limited to 'src/aiet/__init__.py') diff --git a/src/aiet/__init__.py b/src/aiet/__init__.py deleted file mode 100644 index 49304b1..0000000 --- a/src/aiet/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. -# SPDX-License-Identifier: Apache-2.0 -"""Init of aiet.""" -import pkg_resources - - -__version__ = pkg_resources.get_distribution("mlia").version -- cgit v1.2.1