From 560b867ccea9f03bdf754591e17f8c1d214a22eb Mon Sep 17 00:00:00 2001 From: Bingxu Chen Date: Sun, 1 Mar 2026 04:57:50 +0800 Subject: [PATCH] [AMD] Remove Redundant tvm-ffi Installation in amd_ci_install_dependency.sh (#19554) --- scripts/ci/amd/amd_ci_install_dependency.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/ci/amd/amd_ci_install_dependency.sh b/scripts/ci/amd/amd_ci_install_dependency.sh index 0aa3db114..c4e948f35 100755 --- a/scripts/ci/amd/amd_ci_install_dependency.sh +++ b/scripts/ci/amd/amd_ci_install_dependency.sh @@ -167,10 +167,6 @@ EOF docker exec ci_sglang pip install --cache-dir=/sgl-data/pip-cache huggingface_hub[hf_xet] docker exec ci_sglang pip install --cache-dir=/sgl-data/pip-cache pytest - # Install tvm-ffi for JIT kernel support (QK-norm, etc.) - echo "Installing tvm-ffi for JIT kernel support..." - docker exec ci_sglang pip install --cache-dir=/sgl-data/pip-cache git+https://github.com/apache/tvm-ffi.git || echo "tvm-ffi installation failed, JIT kernels will use fallback" - # Install cache-dit for qwen_image_t2i_cache_dit_enabled test (added in PR 16204) docker exec ci_sglang pip install --cache-dir=/sgl-data/pip-cache cache-dit || echo "cache-dit installation failed"