fixed amd multimodal CI failures caused by refactor in #15812 #15813 (#16287)

This commit is contained in:
sunxxuns
2026-01-02 14:55:42 -08:00
committed by GitHub
parent b7c7e03d93
commit 30cfb687fa
5 changed files with 86 additions and 29 deletions

View File

@@ -92,6 +92,13 @@ docker cp ./dummy-grok ci_sglang:/
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"
# Detect AITER version
#############################################
# Detect correct AITER_COMMIT for this runner