This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from fab67a9af9 [Relax][PyTorch] Support tensor manipulation and creation
ops for ExportedProgram importer (#17429)
add 5298b1298a [CI] Upgrade CI (#17425)
No new revisions were added by this update.
Summary of changes:
docker/Dockerfile.ci_arm | 12 +-
docker/Dockerfile.ci_cortexm | 6 +-
docker/Dockerfile.ci_cpu | 12 +-
docker/Dockerfile.ci_gpu | 4 +-
docker/Dockerfile.ci_hexagon | 4 +-
docker/Dockerfile.ci_i386 | 2 +-
docker/Dockerfile.ci_lint | 4 +-
docker/Dockerfile.ci_minimal | 4 +-
docker/Dockerfile.ci_riscv | 4 +-
docker/Dockerfile.ci_wasm | 4 +-
docker/Dockerfile.demo_android | 4 +-
docker/Dockerfile.demo_rocm | 4 +-
docker/Dockerfile.demo_vitis_ai | 4 +-
docker/install/ubuntu2004_install_python.sh | 8 +-
docker/install/ubuntu_install_cmake_source.sh | 32 +-
docker/install/ubuntu_install_jax.sh | 18 +-
docker/install/ubuntu_install_llvm_from_source.sh | 2 +-
docker/install/ubuntu_install_python.sh | 54 +-
docker/install/ubuntu_install_spike_sim.sh | 68 +--
docker/install/ubuntu_install_tensorflow.sh | 4 +-
.../install/ubuntu_install_tensorflow_aarch64.sh | 4 +-
docker/install/ubuntu_install_tflite.sh | 40 +-
docker/install/ubuntu_install_verilator.sh | 18 +-
docker/install/ubuntu_install_zephyr.sh | 6 +-
docker/python/bootstrap/generate.sh | 9 +-
.../python/bootstrap/lockfiles/constraints-3.9.txt | 588 +++++++++++++++++++++
.../{requirements-3.7.txt => requirements-3.9.txt} | 0
docs/how_to/dev/setup_rpc_system.rst | 4 +-
python/tvm/tir/schedule/schedule.py | 9 +-
29 files changed, 761 insertions(+), 171 deletions(-)
create mode 100644 docker/python/bootstrap/lockfiles/constraints-3.9.txt
copy docker/python/bootstrap/lockfiles/{requirements-3.7.txt =>
requirements-3.9.txt} (100%)