[Frontend] Move chat utils (#6602)

Co-authored-by: Roger Wang <ywang@roblox.com>
This commit is contained in:
Cyrus Leung
2024-07-21 08:38:17 +08:00
committed by GitHub
parent 082ecd80d5
commit d7f4178dd9
5 changed files with 53 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ import pathlib
import pytest
from vllm.entrypoints.openai.chat_utils import load_chat_template
from vllm.entrypoints.chat_utils import load_chat_template
from vllm.entrypoints.openai.protocol import ChatCompletionRequest
from vllm.transformers_utils.tokenizer import get_tokenizer