This is an automated email from the ASF dual-hosted git repository.
leandron 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 afe6793 Bump pyxir version tp v0.3.5 to avoid bad cleanup error with
pyxir and tensorflow 2.6 (#10858)
afe6793 is described below
commit afe6793fb0027c906ab36f58c686e617f9ce427f
Author: Jorn Tuyls <[email protected]>
AuthorDate: Sun Apr 3 15:20:59 2022 +0100
Bump pyxir version tp v0.3.5 to avoid bad cleanup error with pyxir and
tensorflow 2.6 (#10858)
---
docker/install/ubuntu_install_vitis_ai_packages_ci.sh | 2 +-
tests/python/contrib/test_vitis_ai/infrastructure.py | 1 -
2 files changed, 1 insertion(+), 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 269a957..ccaf113 100644
--- a/docker/install/ubuntu_install_vitis_ai_packages_ci.sh
+++ b/docker/install/ubuntu_install_vitis_ai_packages_ci.sh
@@ -25,5 +25,5 @@ mkdir "$PYXIR_HOME"
pip3 install progressbar
-git clone --recursive --branch v0.3.1 --depth 1
https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
+git clone --recursive --branch v0.3.5 --depth 1
https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
cd "${PYXIR_HOME}" && python3 setup.py install
diff --git a/tests/python/contrib/test_vitis_ai/infrastructure.py
b/tests/python/contrib/test_vitis_ai/infrastructure.py
index 00ba091..aaeb1e5 100644
--- a/tests/python/contrib/test_vitis_ai/infrastructure.py
+++ b/tests/python/contrib/test_vitis_ai/infrastructure.py
@@ -24,7 +24,6 @@ import numpy as np
import pytest
pytest.importorskip("pyxir")
-import pyxir.contrib.target.DPUCADX8G
import pyxir.contrib.target.DPUCZDX8G
import tvm