Skip to content

Commit 06ff834

Browse files
committed
pass model_config as kwarg
Signed-off-by: Linkun <github@lkchen.net>
1 parent 9a61e63 commit 06ff834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/chat_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,10 +1211,10 @@ def apply_hf_chat_template(
12111211
**kwargs: Any,
12121212
) -> str:
12131213
hf_chat_template = resolve_hf_chat_template(
1214-
model_config,
12151214
tokenizer,
12161215
chat_template=chat_template,
12171216
tools=tools,
1217+
model_config=model_config,
12181218
)
12191219

12201220
if hf_chat_template is None:

0 commit comments

Comments
 (0)