aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/README.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-07-17 14:15:17 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-07-17 15:13:24 +0000
commit02a22e7c84f007f742eb43d221cc37e2bd591edb (patch)
tree141f0feed9df59239aa9f8882602d3d6bce7c8ca /python/pyarmnn/README.md
parent7b89992e740cf9b34f45a679e5e293a85ff75bcf (diff)
downloadarmnn-02a22e7c84f007f742eb43d221cc37e2bd591edb.tar.gz
Update version in pyarmnn
* This updates checks in pyarmnn to new version * Updates documents to newer version Change-Id: If1321ea4e74a10993b205cce1d3618844b0ddc06 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Diffstat (limited to 'python/pyarmnn/README.md')
-rw-r--r--python/pyarmnn/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md
index 0defd910b0..d155703055 100644
--- a/python/pyarmnn/README.md
+++ b/python/pyarmnn/README.md
@@ -69,8 +69,8 @@ PyArmNN can be distributed as a source package or a binary package (wheel).
Binary package is platform dependent, the name of the package will indicate the platform it was built for, e.g.:
-* Linux x86 64bit machine: pyarmnn-32.0.0-cp36-cp36m-*linux_x86_64*.whl
-* Linux Aarch 64 bit machine: pyarmnn-32.0.0-cp36-cp36m-*linux_aarch64*.whl
+* Linux x86 64bit machine: pyarmnn-33.0.0-cp36-cp36m-*linux_x86_64*.whl
+* Linux Aarch 64 bit machine: pyarmnn-33.0.0-cp36-cp36m-*linux_aarch64*.whl
The source package is platform independent but installation involves compilation of Arm NN python extension. You will need to have g++ compatible with C++ 14 standard and a python development library installed on the build machine.
@@ -110,7 +110,7 @@ $ pip show pyarmnn
You can also verify it by running the following and getting output similar to below:
```bash
$ python -c "import pyarmnn as ann;print(ann.GetVersion())"
-'32.0.0'
+'33.0.0'
```
@@ -148,7 +148,7 @@ $ pip show pyarmnn
You can also verify it by running the following and getting output similar to below:
```bash
$ python -c "import pyarmnn as ann;print(ann.GetVersion())"
-'32.0.0'
+'33.0.0'
```
# PyArmNN API overview