Versions Compared

Key

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

...

All of the source code is available on the Xilinx GitHub. After you clone the Vitis AI repository, switch to the v1.3.2 tag: . Make sure you’re in your home directory before cloning.

Code Block
$ cd ~
$ git clone https://github.com/Xilinx/Vitis-AI.git
$ cd Vitis-AI
$ git checkout tags/v1.3.2

...