Benchmark Updates (#382)

This commit is contained in:
Liangsheng Yin
2024-04-24 02:23:01 +08:00
committed by GitHub
parent 150d7020ed
commit da19434c2f
18 changed files with 72 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ def main(args):
tic = time.time()
states = multi_turns.run_batch(
multi_qas, temperature=0, backend=backend, num_threads=args.parallel
multi_qas, temperature=0, backend=backend, num_threads=args.parallel, progress_bar=True
)
latency = time.time() - tic