aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-10-27 12:43:14 +0000
committertim.hall <tim.hall@arm.com>2020-11-20 12:48:57 +0000
commitc8a73868d40cf63380f634baeb51aa7aa993fc0c (patch)
tree09ea718df7470068d060fb97d46dafd0878201c4 /setup.py
parentc7187434c11151a6a03f252c8718f3bf6445ef5b (diff)
downloadethos-u-vela-c8a73868d40cf63380f634baeb51aa7aa993fc0c.tar.gz
vela: Rename Yoda to Ethos-U65
- Also changed to use Ethos-U where appropriate Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Ie45ba2bb3935b305abe897b78b498681296cb7c1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cc306360..1ab8dd50 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ mlw_module = Extension(
setup(
name="ethos-u-vela",
use_scm_version=True,
- description="Optimise TensorFlow Lite models for Ethos-U55 NPU.",
+ description="Optimise TensorFlow Lite models for Ethos-U NPU.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git/",