Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d660c98c
Unverified
Commit
d660c98c
authored
Aug 29, 2025
by
Roger Wang
Committed by
GitHub
Aug 29, 2025
Browse files
[CI] Fix unavailable image remote URL (#23966)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
5674a403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/models/multimodal/generation/vlm_utils/custom_inputs.py
...s/models/multimodal/generation/vlm_utils/custom_inputs.py
+1
-1
No files found.
tests/models/multimodal/generation/vlm_utils/custom_inputs.py
View file @
d660c98c
...
...
@@ -119,7 +119,7 @@ def different_patch_input_cases_internvl():
def
windows_attention_image_qwen2_5_vl
():
# image from regression issue: https://github.com/vllm-project/vllm/issues/15122
image_url
=
"https://
aom
edia
c
odec
.github.io/av1-avif
/testFiles/Link-U/hato.jpg"
image_url
=
"https://
github.com/AOM
edia
C
odec
/av1-avif/blob/main
/testFiles/Link-U/hato.jpg
?raw=true
"
image
=
Image
.
open
(
BytesIO
(
requests
.
get
(
image_url
).
content
))
question
=
"Describe the image."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment