[CI] Adapt vl_model baseline changes due to Paddle update (#5576)

This commit is contained in:
YuBaoku
2025-12-16 11:42:31 +08:00
committed by GitHub
parent 5db08cc1d5
commit 63fff8df70
4 changed files with 5 additions and 481 deletions

View File

@@ -204,9 +204,9 @@ def test_consistency_between_runs(api_url, headers, consistent_payload):
# base result
base_path = os.getenv("MODEL_PATH")
if base_path:
base_file = os.path.join(base_path, "ernie-4_5-vl-base-tp2-dev")
base_file = os.path.join(base_path, "ernie-4_5-vl-base-tp2-dev-1215")
else:
base_file = "ernie-4_5-vl-base-tp2-dev"
base_file = "ernie-4_5-vl-base-tp2-dev-1215"
with open(base_file, "r") as f:
content2 = f.read()