Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqingbao committed Jul 30, 2024
1 parent f8ca1fa commit efc5242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit efc5242

Please sign in to comment.