Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-npu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- "python/sglang/!(multimodal_gen)/**/!(*.md)"
- "python/pyproject_npu.toml"
- "scripts/ci/npu/npu_ci_install_dependency.sh"
- "test/srt/ascend/**"
- "test/registered/ascend/**"
- ".github/workflows/pr-test-npu.yml"
multimodal_gen:
- "python/sglang/multimodal_gen/**/!(*.md|*.ipynb)"
Expand Down
104 changes: 0 additions & 104 deletions test/srt/ascend/test_embed_interpolate_unittest.py

This file was deleted.

28 changes: 0 additions & 28 deletions test/srt/configs/deepseek_v3.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions test/srt/configs/deepseek_v3_long_context.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions test/srt/configs/llama_405b.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions test/srt/configs/random_config.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions test/srt/configs/random_flashinfer_vs_triton_config.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions test/srt/configs/sharegpt_config.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions test/srt/run_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
suites = {
# quantization_test suite migrated to test/registered/quant/
# All CUDA tests migrated to test/registered/
"__not_in_ci__": [
TestFile("ascend/test_embed_interpolate_unittest.py"),
],
"__not_in_ci__": [],
}

# Add AMD tests
Expand Down
Loading