minor changes

This commit is contained in:
Victor Umesiobi
2025-01-03 04:49:05 +00:00
parent 817f1bbc36
commit c0e6e2ebff
+2 -2
View File
@@ -35,8 +35,8 @@ class LatentReasoningGemmaForCausalLM(GemmaForCausalLM):
}
def __init__(self, config_):
super().__init__(config_)
def __init__(self, config):
super().__init__(config)
self.tokenizer: PreTrainedTokenizer = None
self.current_stage = 0
self.model_config = type(self).DEFAULT_CONFIG