mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-04 21:05:48 +08:00
info
This commit is contained in:
parent
d03fc5c2b1
commit
4e8ba14dd0
2
packages_3rdparty/gguf/quants.py
vendored
2
packages_3rdparty/gguf/quants.py
vendored
@ -158,7 +158,7 @@ class __Quant(ABC):
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def quantize_blocks_pytorch(cls, blocks, block_size, type_size) -> torch.Tensor:
|
||||
raise NotImplementedError('Low bit LoRA for this data type is not implemented yet. Please select "Automatic (fp16 LoRA)" to use this LoRA.')
|
||||
raise NotImplementedError('Low bit LoRA for this data type is not implemented yet. Please select "Automatic (fp16 LoRA)" in "Diffusion in Low Bits" (on the top line of this page) to use this LoRA.')
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user