We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674a40 commit d660c98Copy full SHA for d660c98
tests/models/multimodal/generation/vlm_utils/custom_inputs.py
@@ -119,7 +119,7 @@ def different_patch_input_cases_internvl():
119
120
def windows_attention_image_qwen2_5_vl():
121
# 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"
+ image_url = "https://github.com/AOMediaCodec/av1-avif/blob/main/testFiles/Link-U/hato.jpg?raw=true"
123
image = Image.open(BytesIO(requests.get(image_url).content))
124
125
question = "Describe the image."
0 commit comments