From efc52422f85f6297c2bba5178441ddc6fdc0528b Mon Sep 17 00:00:00 2001 From: Guoqing Bao Date: Tue, 30 Jul 2024 14:29:36 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- examples/benchmark.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0444612..d5d44f0 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ async def benchmark(): "What is the future trend of large language model?", "The famous tech companies in the world."] - # send 16 chat reqeusts at the same time + # send 16 chat requests at the same time tasks: List[asyncio.Task] = [] for i in range(len(prompts)): tasks.append( diff --git a/examples/benchmark.py b/examples/benchmark.py index 87c8381..eec6aa6 100644 --- a/examples/benchmark.py +++ b/examples/benchmark.py @@ -55,7 +55,7 @@ async def benchmark(): "What is the future trend of large language model?", "The famous tech companies in the world."] - # send 16 chat reqeusts at the same time + # send 16 chat requests at the same time tasks: List[asyncio.Task] = [] for i in range(len(prompts)): tasks.append(