This is an automated email from the ASF dual-hosted git repository.
comaniac 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 296700e [CI][VitisAI] Update CI Vitis AI PyXIR version (#7575)
296700e is described below
commit 296700e6de889874f736daa426f6488bfcd8a453
Author: Jorn Tuyls <[email protected]>
AuthorDate: Wed Mar 3 17:34:59 2021 +0000
[CI][VitisAI] Update CI Vitis AI PyXIR version (#7575)
* Update Vitis AI CI PyXIR version to v0.1.6
* Add --depth 1 to PyXIR clone command
---
docker/install/ubuntu_install_vitis_ai_packages_ci.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/install/ubuntu_install_vitis_ai_packages_ci.sh
b/docker/install/ubuntu_install_vitis_ai_packages_ci.sh
index c34ed3a..774d85d 100644
--- a/docker/install/ubuntu_install_vitis_ai_packages_ci.sh
+++ b/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 --depth 1
https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
cd "${PYXIR_HOME}" && python3 setup.py install