Skip to content

Commit

Permalink
Post 3.5 release updates and fixes (#1155)
Browse files Browse the repository at this point in the history
* Update Github to Github.IO links 3.5 release

* Initial post release updates

* Initial post release updates

* Fix images, Model Zoo, V70.rst

* V70 Quickstart Cleanup

* Update Version Compatibility to Highlight AIE-ML

* Fix VAI_IDE.png

* Fixes for Quickstart images

* Fix V70 Quickstart image
  • Loading branch information
quentonh authored and GitHub Enterprise committed Jun 29, 2023
1 parent 2515816 commit d5e5ea1
Show file tree
Hide file tree
Showing 221 changed files with 891 additions and 4,715 deletions.
Binary file removed docs/_images/Robotics_challenge.PNG
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/_images/desktop.ini

This file was deleted.

593 changes: 0 additions & 593 deletions docs/_sources/docs/quickstart/mpsoc.rst.txt

This file was deleted.

11 changes: 6 additions & 5 deletions docs/_sources/docs/quickstart/v70.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Clone the Vitis AI Repository
[Host] $ git clone https://github.com/Xilinx/Vitis-AI
Versal V70 Setup
Alveo V70 Setup
================

A script is provided to drive the V70 card setup process.

.. note:: You should run this script on the host machine, OUTSIDE of the Docker container. After the script has executed successfully, manually reboot the host server once. For data center DPUs, Vitis |trade| AI 3.5 specifically leverages the 2023.1 versions of the Vitis tools, V70 platform, XRT and XRM.
.. note:: You should run this script on the host machine, OUTSIDE of the Docker container. After the script has executed successfully, manually reboot the host server once. For data center DPUs, Vitis |trade| AI 3.5 specifically leverages the 2022.2 versions of the Vitis tools, V70 platform, XRT and XRM. No, that is not a typo - 2022 is correct.

This script will detect the operating system of the host, and will download and install the appropriate packages for that operating system.

Expand Down Expand Up @@ -96,6 +96,7 @@ In order to simplify this quickstart tutorial, we will utilize the Vitis-AI PyTo
Pull and start the latest Vitis AI Docker using the following commands:

.. code-block:: Bash
[Host] $ docker pull xilinx/vitis-ai-pytorch-cpu:latest
[Host] $ cd <Vitis-AI install path>/Vitis-AI/
[Host] $ ./docker_run.sh xilinx/vitis-ai-pytorch-cpu:latest
Expand Down Expand Up @@ -143,7 +144,7 @@ Run the Vitis AI Examples

.. code-block:: Bash
[Docker] $ tar -xzvf vitis_ai_runtime_r3.5.0_image_video.tar.gz -C /worksapce/examples/vai_runtime
[Docker] $ tar -xzvf vitis_ai_runtime_r3.5.0_image_video.tar.gz -C /w/examples/vai_runtime
3. Navigate to the example directory.

Expand Down Expand Up @@ -397,8 +398,8 @@ contain test images and videos that can be leveraged to evaluate our quantized m

.. code-block:: Bash
[Target] $ tar -xzvf vitis_ai_library_r3.5.0_images.tar.gz -C ~/Vitis-AI/examples/vai_library/
[Target] $ tar -xzvf vitis_ai_library_r3.5.0_video.tar.gz -C ~/Vitis-AI/examples/vai_library/
[Docker] $ tar -xzvf vitis_ai_library_r3.5.0_images.tar.gz -C /workspace/examples/vai_library/
[Docker] $ tar -xzvf vitis_ai_library_r3.5.0_video.tar.gz -C /workspace/examples/vai_library/
3. Enter the directory of the sample and then compile it.

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/docs/quickstart/vek280.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ It will be useful to you later on to have the cross-compiler installed. This wi

.. code-block:: Bash
[Host] $ cd Vitis-AI/board_setup/VEK280
[Host] $ cd Vitis-AI/board_setup/vek280
[Host] $ sudo chmod u+r+x host_cross_compiler_setup.sh
[Host] $ ./host_cross_compiler_setup.sh
Expand Down
313 changes: 0 additions & 313 deletions docs/_sources/docs/ref_design_docs/README_DPUCV2DX8G.md.txt

This file was deleted.

Loading

0 comments on commit d5e5ea1

Please sign in to comment.