mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
More cleaning
This commit is contained in:
@@ -196,7 +196,7 @@ def patch_transformers_for_lazyload() -> None:
|
||||
):
|
||||
|
||||
if isinstance(param, LazyTensor):
|
||||
print(".", end="", flush=True)
|
||||
# Should always be true
|
||||
param = param.materialize()
|
||||
# END PATCH
|
||||
|
||||
|
Reference in New Issue
Block a user