Unverified Commit 23ad8205 authored by tingtinggithub's avatar tingtinggithub Committed by GitHub
Browse files

fixing mm placeholder replacement issue with gemma3 (#27538)


Signed-off-by: default avatartingtingtang1992 <streamttt@gmail.com>
parent 5d3be3ba
......@@ -403,7 +403,7 @@ class Gemma3MultiModalProcessor(BaseMultiModalProcessor[Gemma3ProcessingInfo]):
def get_repl_toks(tok: int) -> list[int]:
if tok == newline_3:
return [newline_1, newline_2]
return [newline_2, newline_1]
if tok == newline_4:
return [newline_2, newline_2]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment