From 2742947db9dbec68f0ae978e70068b44651d6a8a Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 16 Nov 2023 11:36:19 +0000 Subject: 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 --- ethosu/vela/vela.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu') diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py index b8807b81..66a21046 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( -- cgit v1.2.1