Skip to content

Small typo in run-vllm.md #1986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2025
Merged

Small typo in run-vllm.md #1986

merged 1 commit into from
Aug 5, 2025

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