Skip to content

Commit

Permalink
Bump pyxir version tp v0.3.5 to avoid bad cleanup error with pyxir an…
Browse files Browse the repository at this point in the history
…d tensorflow 2.6 (#10858)
  • Loading branch information
jtuyls authored Apr 3, 2022
1 parent daa0689 commit afe6793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_vitis_ai_packages_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tests/python/contrib/test_vitis_ai/infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import pytest

pytest.importorskip("pyxir")
import pyxir.contrib.target.DPUCADX8G
import pyxir.contrib.target.DPUCZDX8G

import tvm
Expand Down

0 comments on commit afe6793

Please sign in to comment.