add note to lora

but loras for NF4 is done already!
This commit is contained in:
layerdiffusion
2024-08-15 00:42:48 -07:00
parent 7fcfb93090
commit d336597fa5

View File

@@ -278,6 +278,9 @@ class ModelPatcher:
else:
weight = weight.data
if hasattr(weight, 'is_gguf'):
raise NotImplementedError('LoRAs for GGUF model are under construction!')
weight_original_dtype = weight.dtype
to_args = dict(dtype=torch.float32)