Skip to content

Commit 04fb481

Browse files
authored
[TRTLLM-9295][fix] restore greedy sampling in _test_openai_chat_guided_decoding (#9178)
Signed-off-by: ixlmar <[email protected]>
1 parent 36d3d8f commit 04fb481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def test_structural_tag(client: openai.OpenAI, model_name: str):
375375
model=model_name,
376376
messages=messages,
377377
max_completion_tokens=256,
378+
temperature=0.0,
378379
response_format={
379380
"type": "structural_tag",
380381
"format": {

0 commit comments

Comments
 (0)