Benchmark Updates (#382)
This commit is contained in:
@@ -112,7 +112,7 @@ def main(args):
|
||||
# Run requests
|
||||
tic = time.time()
|
||||
states = tree_search.run_batch(
|
||||
arguments, temperature=0, backend=backend, num_threads=args.parallel)
|
||||
arguments, temperature=0, backend=backend, num_threads=args.parallel, progress_bar=True)
|
||||
latency = time.time() - tic
|
||||
answers_text = []
|
||||
for s in states:
|
||||
|
||||
Reference in New Issue
Block a user