mirror of
https://github.com/wassname/latent-gemma.git
synced 2026-08-20 12:30:16 +08:00
minor changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user