Skip to content

Commit d660c98

Browse files
authored
[CI] Fix unavailable image remote URL (#23966)
Signed-off-by: Roger Wang <[email protected]>
1 parent 5674a40 commit d660c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/multimodal/generation/vlm_utils/custom_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def different_patch_input_cases_internvl():
119119

120120
def windows_attention_image_qwen2_5_vl():
121121
# image from regression issue: https://github.com/vllm-project/vllm/issues/15122
122-
image_url = "https://aomediacodec.github.io/av1-avif/testFiles/Link-U/hato.jpg"
122+
image_url = "https://github.com/AOMediaCodec/av1-avif/blob/main/testFiles/Link-U/hato.jpg?raw=true"
123123
image = Image.open(BytesIO(requests.get(image_url).content))
124124

125125
question = "Describe the image."

0 commit comments

Comments
 (0)