Unverified Commit 8e19d470 authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[fix] Revert "fixing mm placeholder replacement issue with gemma3" (#28285)


Signed-off-by: default avatarKevin H. Luu <khluu000@gmail.com>
parent 1958bda9
......@@ -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]
......
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