Unverified Commit a98cc35c authored by Shinichi Hemmi's avatar Shinichi Hemmi Committed by GitHub
Browse files

Restore PlaMo2 unit test as `pfnet/plamo-2-1b` now supports `transformers >=4.56` (#28019)


Signed-off-by: default avatarShinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com>
parent e8697faf
...@@ -394,8 +394,6 @@ _TEXT_GENERATION_EXAMPLE_MODELS = { ...@@ -394,8 +394,6 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
), ),
"Plamo2ForCausalLM": _HfExamplesInfo( "Plamo2ForCausalLM": _HfExamplesInfo(
"pfnet/plamo-2-1b", "pfnet/plamo-2-1b",
max_transformers_version="4.55.4",
transformers_version_reason="HF model uses remote code that is not compatible with latest Transformers", # noqa: E501
trust_remote_code=True, trust_remote_code=True,
), ),
"QWenLMHeadModel": _HfExamplesInfo( "QWenLMHeadModel": _HfExamplesInfo(
......
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