[ez] move harmony utils to parser folder (#30117)

Signed-off-by: Andrew Xia <axia@fb.com>
Co-authored-by: Andrew Xia <axia@fb.com>
This commit is contained in:
Andrew Xia
2025-12-06 14:34:34 -08:00
committed by GitHub
parent 671427efbf
commit 421125d03a
9 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ from vllm import envs
from vllm.entrypoints.chat_utils import (
ChatTemplateContentFormatOption,
)
from vllm.entrypoints.harmony_utils import (
from vllm.entrypoints.openai.parser.harmony_utils import (
get_encoding,
get_streamable_parser_for_assistant,
render_for_completion,