test: Remove vestigial skip for prompt embeds tests after landing v1 Prompt Embeds support (#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Andrew Sansom 2025-09-19 19:33:40 -05:00 committed by yewentao256
parent 937ab7e85e
commit 7493472a9b

View File

@ -14,9 +14,6 @@ from transformers import AutoConfig
from ...utils import RemoteOpenAIServer
pytest.skip("Skipping prompt_embeds test until V1 supports it.",
allow_module_level=True)
# any model with a chat template should work here
MODEL_NAME = "HuggingFaceH4/zephyr-7b-beta"