"vscode:/vscode.git/clone" did not exist on "9a94ca4a5d31c0ba57ca67fc1c252233d3284012"
Unverified Commit d660c98c authored by Roger Wang's avatar Roger Wang Committed by GitHub
Browse files

[CI] Fix unavailable image remote URL (#23966)


Signed-off-by: default avatarRoger Wang <hey@rogerw.io>
parent 5674a403
...@@ -119,7 +119,7 @@ def different_patch_input_cases_internvl(): ...@@ -119,7 +119,7 @@ def different_patch_input_cases_internvl():
def windows_attention_image_qwen2_5_vl(): def windows_attention_image_qwen2_5_vl():
# image from regression issue: https://github.com/vllm-project/vllm/issues/15122 # image from regression issue: https://github.com/vllm-project/vllm/issues/15122
image_url = "https://aomediacodec.github.io/av1-avif/testFiles/Link-U/hato.jpg" image_url = "https://github.com/AOMediaCodec/av1-avif/blob/main/testFiles/Link-U/hato.jpg?raw=true"
image = Image.open(BytesIO(requests.get(image_url).content)) image = Image.open(BytesIO(requests.get(image_url).content))
question = "Describe the image." question = "Describe the image."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment