diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index b861baec4..1c9d6edf3 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -109,6 +109,7 @@ jobs: multimodal_gen: - "python/sglang/multimodal_gen/**" - "python/sglang/cli/**" + - "python/sglang/jit_kernel/diffusion/**" - "python/pyproject_rocm.toml" - "python/pyproject_other.toml" diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index c19985433..28691f5f5 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -106,6 +106,7 @@ jobs: multimodal_gen: - "python/sglang/multimodal_gen/**" - "python/sglang/cli/**" + - "python/sglang/jit_kernel/diffusion/**" - "python/pyproject_rocm.toml" - "python/pyproject_other.toml"