mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-03-03 02:47:46 +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
|
return True
|
||||||
|
|
||||||
def get_tokenizer(self) -> transformers.PreTrainedTokenizerBase:
|
def get_tokenizer(self) -> transformers.PreTrainedTokenizerBase:
|
||||||
return get_tokenizer(self.ckpt_path)
|
return get_tokenizer(self.data.ckpt_path)
|
||||||
|
|
||||||
def save_data(self):
|
def save_data(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user