aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-11-16 11:36:19 +0000
committerTim Hall <tim.hall@arm.com>2023-11-16 12:48:26 +0000
commit2742947db9dbec68f0ae978e70068b44651d6a8a (patch)
tree88b5005fe7b28a622f9971102817b8522017171e
parent6a7fd3d172d1e8787b023d90d331bd37aeedc956 (diff)
downloadethos-u-vela-2742947db9dbec68f0ae978e70068b44651d6a8a.tar.gz
MLBEDSW-8280: Update PyPI homepage link
- Changed homepage link from cgit to gittiles - Clarified tensor alignment is in Bytes Change-Id: I9fd912c17d61f9add11493e031bbb620271c68eb Signed-off-by: Tim Hall <tim.hall@arm.com>
-rw-r--r--ethosu/vela/vela.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py
index b8807b8..66a2104 100644
--- a/ethosu/vela/vela.py
+++ b/ethosu/vela/vela.py
@@ -473,7 +473,7 @@ def main(args=None):
default=Tensor.AllocationQuantum,
help=(
"Controls the allocation byte alignment of cpu tensors including Ethos-U Custom"
- " operator inputs and outputs (default: %(default)s)"
+ " operator inputs and outputs (default: %(default)s Bytes)"
),
)
parser.add_argument(
diff --git a/pyproject.toml b/pyproject.toml
index 8faa752..140e809 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ dev = [
]
[project.urls]
-Homepage = "https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git/"
+Homepage = "https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela"
[project.scripts]
vela = "ethosu.vela.vela:main"