When eot_line set to other string, then %C and %Q will not detected.
for example:
./gemma \
--tokenizer./tokenizer.spm \
--model 9b-it \
--compressed_weights ./9b-it-sfp.sbs \
--multiturn 1 \
--eot_line .
reference:
|
if (prompt_string == "%c" || prompt_string == "%C") { |
at Line 129, the %C and %Q only detect prompt_string, but this will fail when eot_line set to something else.