Skip to content

Commit b9d0504

Browse files
authored
[Bugfix] Revert test_tokenization.py (#29729)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 1656ad3 commit b9d0504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entrypoints/openai/test_tokenization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ...utils import RemoteOpenAIServer
1111

1212
# any model with a chat template should work here
13-
MODEL_NAME = "Qwen/Qwen3-0.6B"
13+
MODEL_NAME = "HuggingFaceH4/zephyr-7b-beta"
1414

1515

1616
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)