Improve type annotation and styles (#2926)
This commit is contained in:
@@ -103,6 +103,7 @@ def tree_search(s, question, num_branches):
|
||||
|
||||
def main(args):
|
||||
lines = read_jsonl(args.data_path)
|
||||
lines = list(lines)
|
||||
|
||||
# Construct prompts
|
||||
num_branches = 2
|
||||
|
||||
Reference in New Issue
Block a user