mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-14 17:17:04 +08:00
[fix] Revert "fixing mm placeholder replacement issue with gemma3" (#28285)
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
This commit is contained in:
parent
1958bda9b4
commit
8e19d470af
@ -401,7 +401,7 @@ class Gemma3MultiModalProcessor(BaseMultiModalProcessor[Gemma3ProcessingInfo]):
|
||||
|
||||
def get_repl_toks(tok: int) -> list[int]:
|
||||
if tok == newline_3:
|
||||
return [newline_2, newline_1]
|
||||
return [newline_1, newline_2]
|
||||
if tok == newline_4:
|
||||
return [newline_2, newline_2]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user