[3/N] CI refactor: move some manually triggered tests. (#13448)
This commit is contained in:
1
examples/assets/.gitignore
vendored
Normal file
1
examples/assets/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!example_image.png
|
||||
BIN
examples/assets/example_image.png
Normal file
BIN
examples/assets/example_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@@ -19,7 +19,7 @@ def main(
|
||||
conv = chat_templates[server_args.chat_template].copy()
|
||||
image_token = conv.image_token
|
||||
|
||||
image_url = "https://github.com/sgl-project/sglang/blob/main/test/lang/example_image.png?raw=true"
|
||||
image_url = "https://github.com/sgl-project/sglang/blob/main/examples/assets/example_image.png?raw=true"
|
||||
|
||||
prompt = f"What's in this image?\n{image_token}"
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ def multi_image_stream_request_test(client):
|
||||
{
|
||||
"type": "image_url",
|
||||
"image_url": {
|
||||
"url": "https://raw.githubusercontent.com/sgl-project/sglang/main/test/lang/example_image.png"
|
||||
"url": "https://raw.githubusercontent.com/sgl-project/sglang/main/examples/assets/example_image.png"
|
||||
},
|
||||
"modalities": "multi-images",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user