mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #369 from ebolam/Model_Plugins
Fix for --nobreakmodel forcing CPU
This commit is contained in:
@@ -1672,7 +1672,6 @@ class RestrictedUnpickler(pickle.Unpickler):
|
||||
)
|
||||
|
||||
def load(self, *args, **kwargs):
|
||||
logger.info("Using safe unpickle")
|
||||
self.original_persistent_load = getattr(
|
||||
self, "persistent_load", pickle.Unpickler.persistent_load
|
||||
)
|
||||
|
Reference in New Issue
Block a user