Skip to content

Commit ddabdb1

Browse files
committed
modify accurate baseline
1 parent 6acbde5 commit ddabdb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/utils/rollout_routing_replay_test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ def check_routing_replay_chat_completion(openai_client, moe_layer_num: int, mode
157157
model_path = os.getenv("MODEL_PATH")
158158
if model_path:
159159
baseline_path = os.path.join(
160-
model_path, f"R3_BaseLine_dev_uint8_0402/routing_replay_output_baseline_{model_name}"
160+
model_path, f"R3_BaseLine_dev_uint8_0403/routing_replay_output_baseline_{model_name}"
161161
)
162162
else:
163-
baseline_path = f"./R3_BaseLine_dev_uint8_0402/routing_replay_output_baseline_{model_name}"
163+
baseline_path = f"./R3_BaseLine_dev_uint8_0403/routing_replay_output_baseline_{model_name}"
164164
stream_baseline_path = os.path.join(baseline_path, "r3_chat_completion_stream")
165165

166166
nonstream_baseline_path = os.path.join(baseline_path, "r3_chat_completion_nonstream")

0 commit comments

Comments
 (0)