mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Added cogview4. Loss still needs work.
This commit is contained in:
@@ -513,7 +513,7 @@ class ModelConfig:
|
||||
|
||||
self.te_name_or_path = kwargs.get("te_name_or_path", None)
|
||||
|
||||
self.arch: ModelArch = kwargs.get("model_arch", None)
|
||||
self.arch: ModelArch = kwargs.get("arch", None)
|
||||
|
||||
# handle migrating to new model arch
|
||||
if self.arch is None:
|
||||
|
||||
Reference in New Issue
Block a user