Bug: fixed multi_chain_reasoning test (#16192)

This commit is contained in:
Bhavneek Singh
2026-01-13 02:06:41 +09:00
committed by GitHub
parent 7b682de870
commit 559ff9ecaf
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ async def multi_chain_gsm8k_async(question, num_chains, call_generate):
def main(args):
lines = read_jsonl(args.data_path)
lines = list(read_jsonl(args.data_path))
# Construct prompts
k = args.num_shot

View File

@@ -37,7 +37,7 @@ prompt_lib = [
def main(args):
lines = read_jsonl(args.data_path)
lines = list(read_jsonl(args.data_path))
# Construct prompts
# k = args.num_shot