Skip to content

Commit efb54c3

Browse files
Update run-transformers.md (openai#2000)
1 parent be536b8 commit efb54c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/gpt-oss/run-transformers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ convo = Conversation.from_messages([
195195

196196
# Render prompt
197197
prefill_ids = encoding.render_conversation_for_completion(convo, Role.ASSISTANT)
198-
stop_token_ids = encoding.stop_tokens_for_assistant_action()
198+
stop_token_ids = encoding.stop_tokens_for_assistant_actions()
199199

200200
# Load model
201201
model_name = "openai/gpt-oss-20b"

0 commit comments

Comments
 (0)