mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 09:38:23 +02:00
@@ -314,8 +314,8 @@ def sdnq_quantize_layer_weight_dynamic(
|
||||
and dtype_dict[current_quantized_matmul_dtype]["num_bits"] < dtype_dict[current_weights_dtype]["num_bits"]
|
||||
)
|
||||
):
|
||||
current_use_quantized_matmul = False
|
||||
add_param_to_not_use_matmul = True
|
||||
current_use_quantized_matmul = False
|
||||
add_param_to_not_use_matmul = True
|
||||
|
||||
sdnq_dequantizer, weight_data = sdnq_quantize_layer_weight(
|
||||
weight,
|
||||
|
||||
Reference in New Issue
Block a user