Skip to content

Conversation

sethkimmel3
Copy link
Contributor

Summary

Fixes a small typo in the code to run the gpt-oss models in vllm.

Motivation

stop_token_ids = encoding.stop_tokens_for_assistant_action()

should be

stop_token_ids = encoding.stop_tokens_for_assistant_actions()

Confirmed here: https://github.com/openai/harmony/blob/eeece1861c65c6f60ff072fd110103abb037fb62/python/openai_harmony/__init__.py#L594

@zhuohan123 zhuohan123 merged commit a9653c8 into openai:main Aug 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants