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 37c8c85 commit 9bcd731Copy full SHA for 9bcd731
articles/gpt-oss/run-transformers.md
@@ -195,7 +195,7 @@ convo = Conversation.from_messages([
195
196
# Render prompt
197
prefill_ids = encoding.render_conversation_for_completion(convo, Role.ASSISTANT)
198
-stop_token_ids = encoding.stop_tokens_for_assistant_action()
+stop_token_ids = encoding.stop_tokens_for_assistant_actions()
199
200
# Load model
201
model_name = "openai/gpt-oss-20b"
0 commit comments