Skip to content

Commit 5de0883

Browse files
committed
Update run_example_tp.py
1 parent 148f8db commit 5de0883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_example_tp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def get_pile_prompts(model_name, num_samples=512):
306306

307307
full_text = output.outputs[0].text
308308
reasoning, answer = reasoning_parser.extract_reasoning_content(full_text, None)
309-
print(f"=== Prompt #{i} ===")
309+
print(f"=== Prompt ===")
310310
print("推理(think)部分:", reasoning)
311311
print("回答(answer)部分:", answer)
312312
print("--------------------------")

0 commit comments

Comments
 (0)