Skip to content

Commit 9bcd731

Browse files
authored
Update run-transformers.md (#2000)
1 parent 37c8c85 commit 9bcd731

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)