[CI] update ernie-4_5-vl baseline (#4495)

* [CI] update ernie-4_5-vl baseline

* [CI] update Qwen2.5-VL-7B-Instruct baseline
This commit is contained in:
YuBaoku
2025-10-21 10:18:29 +08:00
committed by GitHub
parent a498736af5
commit 70a29ec49e
6 changed files with 10 additions and 11 deletions

View File

@@ -245,9 +245,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")
base_file = os.path.join(base_path, "ernie-4_5-vl-base-tp2-fp32")
else:
base_file = "ernie-4_5-vl-base-tp2"
base_file = "ernie-4_5-vl-base-tp2-fp32"
with open(base_file, "r") as f:
content2 = f.read()