Skip to content

Commit a9653c8

Browse files
authored
Small typo in run-vllm.md (#1986)
1 parent bede3df commit a9653c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/gpt-oss/run-vllm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ convo = Conversation.from_messages(
200200
prefill_ids = encoding.render_conversation_for_completion(convo, Role.ASSISTANT)
201201

202202
# Harmony stop tokens (pass to sampler so they won't be included in output)
203-
stop_token_ids = encoding.stop_tokens_for_assistant_action()
203+
stop_token_ids = encoding.stop_tokens_for_assistant_actions()
204204

205205
# --- 2) Run vLLM with prefill ---
206206
llm = LLM(

0 commit comments

Comments
 (0)