handle warnings from v5 upgrade (#3376)

This commit is contained in:
Wing Lian
2026-01-28 06:45:01 -05:00
committed by GitHub
parent 3dd86d35b8
commit 6132a30cda
5 changed files with 14 additions and 10 deletions

View File

@@ -141,6 +141,7 @@ def fixture_phi35_tokenizer():
@pytest.fixture(name="phi4_tokenizer", scope="session", autouse=True)
@enable_hf_offline
def fixture_phi4_tokenizer():
tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-4-reasoning")
return tokenizer
@@ -178,6 +179,7 @@ def fixture_devstral_1_1_tokenizer():
@pytest.fixture(name="qwen3_tokenizer")
@enable_hf_offline
def qwen3_tokenizer_fixture(
download_qwen3_half_billion_model,
): # pylint: disable=unused-argument,redefined-outer-name