aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"