[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-03-13 17:20:56 +00:00
parent a1b545c734
commit 994e9c287d
3 changed files with 8 additions and 4 deletions

View file

@ -88,7 +88,9 @@ def test_teacher_tokenizer_mismatch_raises(monkeypatch):
lambda *args, **kwargs: _TeacherTokenizer(),
)
with pytest.raises(ValueError, match="Cross-tokenizer distillation is not supported"):
with pytest.raises(
ValueError, match="Cross-tokenizer distillation is not supported"
):
TeacherDistillationEnv._validate_teacher_tokenizer_compatibility(
env,
teacher_tokenizer_name="teacher-model",