diff --git a/run.cc b/run.cc index 96ba316..87d8445 100644 --- a/run.cc +++ b/run.cc @@ -144,11 +144,6 @@ void ReplGemma(gcpp::Gemma& model, hwy::ThreadPool& pool, return; } - if (prompt_string == "%c" || prompt_string == "%C") { - abs_pos = 0; - continue; - } - if (model.model_training == ModelTraining::GEMMA_IT) { // For instruction-tuned models: add control tokens. prompt_string = "user\n" + prompt_string +