Unverified Commit c7e71361 authored by Andrew Sansom's avatar Andrew Sansom Committed by GitHub
Browse files

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


Signed-off-by: default avatarAndrew Sansom <andrew@protopia.ai>
parent a36c6758
...@@ -14,9 +14,6 @@ from transformers import AutoConfig ...@@ -14,9 +14,6 @@ from transformers import AutoConfig
from ...utils import RemoteOpenAIServer 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 # any model with a chat template should work here
MODEL_NAME = "HuggingFaceH4/zephyr-7b-beta" MODEL_NAME = "HuggingFaceH4/zephyr-7b-beta"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment