mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-03 10:57:35 +01:00
self.ckpt_path
-> self.data.ckpt_path
This commit is contained in:
parent
05cf9b1dde
commit
a49a633164
@ -251,7 +251,7 @@ class TrainerBase(abc.ABC):
|
||||
return True
|
||||
|
||||
def get_tokenizer(self) -> transformers.PreTrainedTokenizerBase:
|
||||
return get_tokenizer(self.ckpt_path)
|
||||
return get_tokenizer(self.data.ckpt_path)
|
||||
|
||||
def save_data(self):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user