Skip to content

Commit 036917e

Browse files
anmarquesmarkurtz
authored andcommitted
Ignore EOS
1 parent 9039845 commit 036917e

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
@@ -94,6 +94,7 @@ async def make_request(
9494
{
9595
"max_tokens": request.output_token_count,
9696
"stop": None,
97+
"ignore_eos": True,
9798
}
9899
)
99100
elif settings.openai.max_gen_tokens and settings.openai.max_gen_tokens > 0:

0 commit comments

Comments
 (0)