Fix the prompt wrapping of gemma3-1b again

It seems that the previous fix was changed back due to a merge error.
This commit is contained in:
RangerUFO 2025-03-26 18:27:09 +08:00
parent ca4ee2b63f
commit d1615b56b2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ constexpr PromptWrapping kPromptWrapping[] = {
PromptWrapping::PALIGEMMA, PromptWrapping::PALIGEMMA, // PG2 3B 224/448
PromptWrapping::PALIGEMMA, PromptWrapping::PALIGEMMA, // PG2 10B 224/448
PromptWrapping::GEMMA_VLM, // Gemma3 4B
PromptWrapping::GEMMA_PT, // Gemma3 1B
PromptWrapping::GEMMA_IT, // Gemma3 1B
PromptWrapping::GEMMA_VLM, // Gemma3 12B
PromptWrapping::GEMMA_VLM, // Gemma3 27B
};