This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new b5c71bdab1 [Docs] Fix typo in the Vitis AI Integration docs (#14585)
b5c71bdab1 is described below

commit b5c71bdab1e34c0bb0e0dc157cd071c14eea34b0
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Wed Apr 12 02:40:04 2023 +0900

    [Docs] Fix typo in the Vitis AI Integration docs (#14585)
    
    Fix typo in the Vitis AI Integration docs
---
 docs/how_to/deploy/vitis_ai.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/how_to/deploy/vitis_ai.rst b/docs/how_to/deploy/vitis_ai.rst
index 8185822593..101be905ad 100755
--- a/docs/how_to/deploy/vitis_ai.rst
+++ b/docs/how_to/deploy/vitis_ai.rst
@@ -180,7 +180,7 @@ the Zynq board will first have to be set up and more 
information on that can be
       chmod 600 /swapfile
       mkswap /swapfile
       swapon /swapfile
-      echo "/swapfile swap swap defaults 0 0" > /etc/fstab
+      echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
 
 7. Install hdf5 dependency (will take between 30 min and 1 hour to finish)
 

Reply via email to