fix consistency

This commit is contained in:
MekkCyber 2025-02-08 12:25:38 +00:00
parent 8d637f15de
commit 68a3234aa8

View file

@ -158,6 +158,7 @@ if TYPE_CHECKING:
)
from .eetq import replace_with_eetq_linear
from .fbgemm_fp8 import FbgemmFp8Linear, replace_with_fbgemm_fp8_linear
from .fp8 import FP8Linear, replace_with_fp8_linear
from .fsdp import is_fsdp_managed_module
from .ggml import (
GGUF_CONFIG_MAPPING,