mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
fix consistency
This commit is contained in:
parent
8d637f15de
commit
68a3234aa8
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue