Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ubuntu 22.04 with Python 3.10, Ubuntu 20.04 with Python 3.8, or Ubuntu 18.04 with Python 3.6 is set up.

...

1

...

.

...

3

...

.

...

  • acuity-toolkit-6.21.1

Code Block
tensorflow==2.12.0
scipy
networkx==1.11
lmdb==0.93
protobuf==3.20.3
onnxoptimizer==0.3.13
onnx==1.14.0
dill==0.2.8.2
ruamel.yaml==0.15.81
ply==3.11
torch==1.5.1

1.3. VivanteIDE

The VivanteIDE is installed correctly if you want to generate NBG cases from the ACUITY Toolkit. Please refer to this document: VivanteIDE user guide

2. Binary Version

2.1. Install Procedure

  1. Extract the ACUITY package, Verisilicon_Tool_Acuity_Toolkit_<version>.tgz, to a destination directory. There are two versions of the toolkit, Please confirm the version that needs to be installed:

    • acuity-toolkit-binary-6.18.1, matches the VIP9000-NPU kernel driver v6.4.13.8

    • acuity-toolkit-binary-6.21.1, matches the VIP9000-NPU kernel driver v6.4.15.9

  2. From this directory, locate and unpack the binary package acuity-toolkit-binary-<version>.tgz. When the unpacking is completed, the installation finishes.

...

3. Wheel Version

3.1. Install Procedure

  1. Install requirement packages

    • acuity-toolkit-6.18.1. Matches the VIP9000-NPU kernel driver v6.4.13.8

Code Block
tensorflow==2.10.0
scipy
networkx==1.11
lmdb==0.93
onnxoptimizer==0.3.1
onnx==1.12.0
dill==0.2.8.2
ruamel.yaml==0.15.81
ply==3.11
torch==1.5.1
  • acuity-toolkit-6.21.1. Matches the VIP9000-NPU kernel driver v6.4.15.9

Code Block
tensorflow==2.12.0
scipy
networkx==1.11
lmdb==0.93
protobuf==3.20.3
onnxoptimizer==0.3.13
onnx==1.14.0
dill==0.2.8.2
ruamel.yaml==0.15.81
ply==3.11
torch==1.5.1
  1. Extract the ACUITY package, Verisilicon_Tool_Acuity_Toolkit_<version>.tgz, to a destination directory. There are two versions of the toolkit, Please confirm the toolkit version matches the Python version that needs to be installed:

    • acuity-toolkit- whl-6.18.1-python-xxx

    • acuity-toolkit- whl-6.21.1-python-xxx

  2. From this directory, locate and unpack the binary package acuity-toolkit-whl-<version>.tgz. select and install a Wheel package with the following commands:

Code Block
pip3 install ./acuity-*.whl

...