Initial support for RamTorch. Still a WIP

This commit is contained in:
Jaret Burkett
2025-10-05 13:03:26 -06:00
parent c6edd71a5b
commit 4e5707854f
8 changed files with 687 additions and 120 deletions

View File

@@ -1759,7 +1759,7 @@ class BaseSDTrainProcess(BaseTrainProcess):
)
# we cannot merge in if quantized
if self.model_config.quantize:
if self.model_config.quantize or self.model_config.auto_memory:
# todo find a way around this
self.network.can_merge_in = False