mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[CI] Adapt vl_model baseline changes due to Paddle update (#5576)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user