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

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
This commit is contained in:
Andrew Sansom 2025-09-19 19:33:40 -05:00 committed by GitHub
parent a36c675817
commit c7e713616a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"