[CI/Build] Remove "boardwalk" image asset (#6460)

This commit is contained in:
Cyrus Leung
2024-07-16 23:59:36 +08:00
committed by GitHub
parent 2bb0489cb3
commit 38ef94888a
7 changed files with 12 additions and 28 deletions

View File

@@ -18,8 +18,6 @@ HF_IMAGE_PROMPTS = IMAGE_ASSETS.prompts({
"<|user|>\n<|image_1|>\nWhat's the content of the image?<|end|>\n<|assistant|>\n", # noqa: E501
"cherry_blossom":
"<|user|>\n<|image_1|>\nWhat is the season?<|end|>\n<|assistant|>\n",
"boardwalk":
"<|user|>\n<|image_1|>\nWhat's in this image?<|end|>\n<|assistant|>\n",
})
models = ["microsoft/Phi-3-vision-128k-instruct"]