Skip to content

Commit edac7e2

Browse files
authored
Update run-vllm.md
1 parent 06a6b30 commit edac7e2

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
@@ -197,7 +197,7 @@ convo = Conversation.from_messages(
197197
prefill_ids = encoding.render_conversation_for_completion(convo, Role.ASSISTANT)
198198

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

202202
# --- 2) Run vLLM with prefill ---
203203
llm = LLM(

0 commit comments

Comments
 (0)