[3/N] CI refactor: move some manually triggered tests. (#13448)

This commit is contained in:
Liangsheng Yin
2025-11-19 23:06:53 +08:00
committed by GitHub
parent a1e1e533b9
commit 196b940aed
29 changed files with 22 additions and 52 deletions

View File

@@ -594,8 +594,8 @@ class TestSessionControlVision(CustomTestCase):
"<|im_start|>user\nDescribe this image in a very short sentence.<|im_end|>\nassistant:",
]
image_chunks = [
"https://raw.githubusercontent.com/sgl-project/sglang/main/test/lang/example_image.png",
"https://raw.githubusercontent.com/sgl-project/sglang/main/test/lang/example_image.png",
"https://raw.githubusercontent.com/sgl-project/sglang/main/examples/assets/example_image.png",
"https://raw.githubusercontent.com/sgl-project/sglang/main/examples/assets/example_image.png",
"https://raw.githubusercontent.com/sgl-project/sglang/main/assets/logo.png",
]