From 688268328c69e7d4181cdd31fe4717c80a6d1685 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 17 Jul 2023 09:29:40 +0100 Subject: Update Arm NN version in pyamnn version.py * We updated Arm NN version in https://review.mlplatform.org/c/ml/armnn/+/9885 Signed-off-by: Nikhil Raj Change-Id: I37e771be66ca7b907b08648a6bb07de4f0036ae3 --- InstallationViaAptRepository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InstallationViaAptRepository.md') diff --git a/InstallationViaAptRepository.md b/InstallationViaAptRepository.md index fac714f2a6..e0072e3dac 100644 --- a/InstallationViaAptRepository.md +++ b/InstallationViaAptRepository.md @@ -117,7 +117,7 @@ The easiest way to install all of the available packages for your systems archit sudo apt-get install -y python3-pyarmnn armnn-latest-all # Verify installation via python: python3 -c "import pyarmnn as ann;print(ann.GetVersion())" - # Returns '{ARMNN_MAJOR_VERSION}.0.0' e.g. 32.0.0 + # Returns '{ARMNN_MAJOR_VERSION}.0.0' e.g. 33.0.0 ``` This will install PyArmNN and the three backends for Neon (CpuAcc), OpenCL (GpuAcc) and our Reference Backend. It will also install their dependencies including the arm-compute-library package along with the Tensorflow Lite Parser -- cgit v1.2.1