Skip to content

Commit 43f14d4

Browse files
committed
Ignore EOS
1 parent cc8d2c6 commit 43f14d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guidellm/backend/openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ async def make_request(
9292
{
9393
"max_tokens": request.output_token_count,
9494
"stop": None,
95+
"ignore_eos": True,
9596
}
9697
)
9798
elif settings.openai.max_gen_tokens and settings.openai.max_gen_tokens > 0:

0 commit comments

Comments
 (0)