Skip to content

Commit a98cc35

Browse files
Restore PlaMo2 unit test as pfnet/plamo-2-1b now supports transformers >=4.56 (vllm-project#28019)
Signed-off-by: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com>
1 parent e8697fa commit a98cc35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/models/registry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ def check_available_online(
394394
),
395395
"Plamo2ForCausalLM": _HfExamplesInfo(
396396
"pfnet/plamo-2-1b",
397-
max_transformers_version="4.55.4",
398-
transformers_version_reason="HF model uses remote code that is not compatible with latest Transformers", # noqa: E501
399397
trust_remote_code=True,
400398
),
401399
"QWenLMHeadModel": _HfExamplesInfo(

0 commit comments

Comments
 (0)