We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a6b30 commit edac7e2Copy full SHA for edac7e2
articles/gpt-oss/run-vllm.md
@@ -197,7 +197,7 @@ convo = Conversation.from_messages(
197
prefill_ids = encoding.render_conversation_for_completion(convo, Role.ASSISTANT)
198
199
# Harmony stop tokens (pass to sampler so they won't be included in output)
200
-stop_token_ids = encoding.stop_tokens_for_assistant_action()
+stop_token_ids = encoding.stop_tokens_for_assistant_actions()
201
202
# --- 2) Run vLLM with prefill ---
203
llm = LLM(
0 commit comments