From c73dd119bebe3d836fae5e3c8329eec9cc910550 Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:03:17 -0700 Subject: [PATCH] typo --- backend/patcher/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/patcher/base.py b/backend/patcher/base.py index 12be358f..074a0e83 100644 --- a/backend/patcher/base.py +++ b/backend/patcher/base.py @@ -251,7 +251,7 @@ class ModelPatcher: weight = model_state_dict[key] if weight.dtype == torch.uint8: - raise NotImplementedError('LoRAs for NF4/FP4 models are under construction is not available now.\nSorry for the inconvenience!') + raise NotImplementedError('LoRAs for NF4/FP4 models are under construction and not available now.\nSorry for the inconvenience!') inplace_update = self.weight_inplace_update