[chore] Move the rest of wikimedia url to S3 (#28921)

Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Kevin H. Luu
2025-11-18 09:44:18 -08:00
committed by GitHub
parent 0af3d4f0df
commit c64c0b78de
11 changed files with 24 additions and 24 deletions

View File

@@ -676,7 +676,7 @@ def compare_all_settings(
results += _test_image_text(
client,
model,
"https://upload.wikimedia.org/wikipedia/commons/0/0b/RGBA_comp.png",
"https://vllm-public-assets.s3.us-west-2.amazonaws.com/vision_model_images/RGBA_comp.png",
)
elif method == "encode":
results += _test_embeddings(client, model, prompt)