Skip to content

Commit 71577ed

Browse files
committed
[Frontend] supports deepseekv32 chat template
Signed-off-by: chaunceyjiang <[email protected]>
1 parent 7ca6918 commit 71577ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/tokenizers/hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_cached_tokenizer(
2424
each time they are called, leading to a significant slowdown.
2525
This proxy caches these properties for faster access.
2626
"""
27-
tokenizer.__raw_class__ = tokenizer.__class__
27+
2828
cached_tokenizer = copy.copy(tokenizer)
2929

3030
tokenizer_all_special_ids = tokenizer.all_special_ids

0 commit comments

Comments
 (0)