[CI/Build] Enable tests for recent day-0 new models (#34585)

Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
This commit is contained in:
Isotr0py
2026-02-16 10:17:04 +08:00
committed by GitHub
parent 23d825aba1
commit 91ac5d9bfd
4 changed files with 6 additions and 16 deletions

View File

@@ -160,9 +160,6 @@ def test_model_tensor_schema(model_id: str):
pytest.skip(
"Kimi-K2.5's offline inference has issues about vision chunks. Fix later."
)
if model_id == "internlm/Intern-S1-Pro":
# FIXME(Isotr0py): Fix later.
pytest.skip("Intern-S1-Pro has issue to pass the test.")
model_info = HF_EXAMPLE_MODELS.find_hf_info(model_id)
model_info.check_available_online(on_fail="skip")