From 052fbe9c86628cfdc534c515d9b451aa8d3d1cb6 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 15 Feb 2021 14:35:29 +0000 Subject: Remove the undefined behaviour warning from InstallationViaAptRepository.md Signed-off-by: Nikhil Raj Change-Id: Ia85dea61a6c63cf6d2ec8c63d4ce7494e66fa1cb --- InstallationViaAptRepository.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InstallationViaAptRepository.md b/InstallationViaAptRepository.md index 4f0f6f0c28..6ae3e187fb 100644 --- a/InstallationViaAptRepository.md +++ b/InstallationViaAptRepository.md @@ -115,7 +115,6 @@ In order to check for the latest available ArmNN version use apt-cache search: ## Install desired combination of packages The easiest way to install all of the available packages for your systems architecture is to run the command: -(Please Note: libarmnn-cpuacc-backend has been built with NEON support, installing this backend on an armhf device not supporting NEON may cause a crash/undefined behaviour.) ``` sudo apt-get install -y python3-pyarmnn libarmnn-cpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-gpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-cpuref-backend${ARMNN_MAJOR_VERSION} # Verify installation via python: @@ -133,4 +132,4 @@ If the user does not wish to use PyArmnn they can go up a level of dependencies The easiest way to uninstall all of the previously installed packages is to run the command: ``` sudo apt autoremove -y libarmnn${ARMNN_MAJOR_VERSION} -``` \ No newline at end of file +``` -- cgit v1.2.1