mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
sdnq fix convs
This commit is contained in:
@@ -6,7 +6,7 @@ import torch
|
||||
|
||||
from ...common import use_torch_compile # noqa: TID252
|
||||
from ..linear.linear_fp8 import quantize_fp8_matmul_input # noqa: TID252
|
||||
from .conv import get_conv_args, process_conv_input
|
||||
from .forward import get_conv_args, process_conv_input
|
||||
|
||||
|
||||
def conv_fp8_matmul(
|
||||
|
||||
@@ -7,7 +7,7 @@ import torch
|
||||
from ...common import use_torch_compile # noqa: TID252
|
||||
from ...dequantizer import dequantize_symmetric, dequantize_symmetric_with_bias # noqa: TID252
|
||||
from ..linear.linear_fp8_tensorwise import quantize_fp8_matmul_input_tensorwise # noqa: TID252
|
||||
from .conv import get_conv_args, process_conv_input
|
||||
from .forward import get_conv_args, process_conv_input
|
||||
|
||||
|
||||
def conv_fp8_matmul_tensorwise(
|
||||
|
||||
@@ -8,7 +8,7 @@ from ...common import use_torch_compile # noqa: TID252
|
||||
from ...packed_int import unpack_int_symetric # noqa: TID252
|
||||
from ...dequantizer import dequantize_symmetric, dequantize_symmetric_with_bias # noqa: TID252
|
||||
from ..linear.linear_int8 import quantize_int8_matmul_input # noqa: TID252
|
||||
from .conv import get_conv_args, process_conv_input
|
||||
from .forward import get_conv_args, process_conv_input
|
||||
|
||||
|
||||
def conv_int8_matmul(
|
||||
|
||||
Reference in New Issue
Block a user