diff --git a/tests/e2e/test_EB_VL_Lite_serving.py b/tests/e2e/test_EB_VL_Lite_serving.py index 83290ad710d..6c3d7dc3620 100644 --- a/tests/e2e/test_EB_VL_Lite_serving.py +++ b/tests/e2e/test_EB_VL_Lite_serving.py @@ -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-0311") + base_file = os.path.join(base_path, "ernie-4_5-vl-base-tp2-dev-0702") else: - base_file = "ernie-4_5-vl-base-tp2-dev-0311" + base_file = "ernie-4_5-vl-base-tp2-dev-0702" with open(base_file, "r") as f: content2 = f.read()