jtuyls commented on a change in pull request #7575: URL: https://github.com/apache/tvm/pull/7575#discussion_r586319751
########## File path: docker/install/ubuntu_install_vitis_ai_packages_ci.sh ########## @@ -23,7 +23,7 @@ set -o pipefail export PYXIR_HOME=/opt/pyxir mkdir "$PYXIR_HOME" -pip3 install progressbar +pip3 install progressbar h5py==2.10.0 -git clone --recursive --branch v0.1.3 https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}" +git clone --recursive --branch v0.1.6 https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}" Review comment: Yes, I added it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
