Disty0
|
85ec9bf137
|
SDNQ fix post load quant
|
2026-04-16 00:38:54 +03:00 |
|
Disty0
|
ed5019116b
|
cleanup
|
2026-04-16 00:25:21 +03:00 |
|
Disty0
|
9960b371d1
|
cleanup
|
2026-04-16 00:22:52 +03:00 |
|
Disty0
|
68a5fe6342
|
SDNQ add fp8 mm info to modules_quant_config
|
2026-04-16 00:18:42 +03:00 |
|
Disty0
|
8a1743712a
|
SDNQ disable FP8 MM on dynamic quant with unsupported GPUs
|
2026-04-15 23:28:20 +03:00 |
|
vladmandic
|
84c2ddc5ca
|
linting
Signed-off-by: vladmandic <mandic00@live.com>
|
2026-04-13 12:18:05 +02:00 |
|
Disty0
|
a16ff95f18
|
SDNQ add nn.Embedding quantization support and add Gemma4 keys
|
2026-04-10 18:46:58 +03:00 |
|
Disty0
|
11f3921832
|
SDNQ make dyn loss threshold auto selected by default
|
2026-03-25 01:47:59 +03:00 |
|
awsr
|
c4ebef29a9
|
RUF013 updates
|
2026-03-24 05:48:19 -07:00 |
|
Disty0
|
f35e644d44
|
cast svd to torch_dtype
|
2026-03-11 14:50:14 +03:00 |
|
Disty0
|
e202d43801
|
SDNQ set sdnq_dequantize_fp32 to True by default
|
2026-03-11 14:35:11 +03:00 |
|
Disty0
|
30d21f420f
|
Allow all types in dyn quant
|
2026-03-11 13:46:24 +03:00 |
|
Disty0
|
b02a63c60c
|
SDNQ update minimum dtype check
|
2026-03-11 04:12:37 +03:00 |
|
Disty0
|
76b184a9fe
|
fix fp16 mm is selected instead of fp8 mm
|
2026-03-11 03:55:43 +03:00 |
|
Disty0
|
d9e628574a
|
SDNQ add 15, 13, 11 and 9 bit support
|
2026-03-11 03:39:02 +03:00 |
|
Disty0
|
9fbe70195f
|
SDNQ add 14, 12 and 10 bit support
|
2026-03-09 23:05:08 +03:00 |
|
Disty0
|
78efbc7e85
|
update sdnq
|
2026-02-24 19:47:30 +03:00 |
|
Vladimir Mandic
|
bfe014f5da
|
modernize typing
|
2026-02-19 09:15:37 +01:00 |
|
Disty0
|
df30ba28ac
|
SDNQ clamp weight_std and add CosmosTransformer3DModel keys
|
2026-02-04 00:31:00 +03:00 |
|
Disty0
|
ced81d630d
|
cleanup
|
2026-02-02 20:30:52 +03:00 |
|
Disty0
|
90cf83b90e
|
update sdnq
|
2026-02-02 20:22:29 +03:00 |
|
Disty0
|
8d6bfcd827
|
Update SDNQ
|
2026-01-23 14:39:07 +03:00 |
|
Disty0
|
784cda80aa
|
update sdnq
|
2026-01-14 16:23:26 +03:00 |
|
Disty0
|
47dcab3522
|
update sdnq
|
2026-01-09 00:34:32 +03:00 |
|
Disty0
|
8e34866238
|
SDNQ fix outdated PyTorch
|
2025-12-30 21:29:41 +03:00 |
|
Disty0
|
5e934a12a2
|
sdnq cleanup unused args
|
2025-12-28 20:08:58 +03:00 |
|
Disty0
|
db59d2b507
|
SDNQ handle packed floats in fp mm
|
2025-12-27 16:29:18 +03:00 |
|
Disty0
|
22b9e69a3e
|
cleanup whitespace
|
2025-12-26 21:18:56 +03:00 |
|
Disty0
|
4a4784eafa
|
SDNQ add new stack of custom floating point types and remove irrelevant qtypes from the ui list
|
2025-12-26 20:09:17 +03:00 |
|
Disty0
|
ce8b6d138c
|
SDNQ remove forced uint4 from convs and cleanup
|
2025-12-13 01:32:52 +03:00 |
|
Disty0
|
de5d4f0165
|
SDNQ fix sr not doing anything
|
2025-12-09 19:57:34 +03:00 |
|
Disty0
|
949ff04577
|
SDNQ fix fp16 mm with fp8 weights and improve stochastic rounding performance
|
2025-12-09 17:41:29 +03:00 |
|
vladmandic
|
69f0d6bf5d
|
lint
Signed-off-by: vladmandic <mandic00@live.com>
|
2025-12-08 18:12:47 +01:00 |
|
Disty0
|
d4e2cbb826
|
SDNQ fix torch.compile always being active
|
2025-12-08 18:15:08 +03:00 |
|
Disty0
|
3ae7ecdbad
|
SDNQ fix quantization_device getting ignored on post load quant
|
2025-12-08 01:29:52 +03:00 |
|
Disty0
|
6e05a12a49
|
SDNQ post process pre-quants after load
|
2025-12-08 01:08:53 +03:00 |
|
Disty0
|
0835ca6f66
|
SDNQ add explicit model.quantization_method = QuantizationMethod.SDNQ
|
2025-12-08 00:46:40 +03:00 |
|
Disty0
|
7a6356f8eb
|
SDNQ fix transformers v5 and check for torch._dynamo.config.disable
|
2025-12-08 00:36:15 +03:00 |
|
Disty0
|
4f90054bf7
|
SDNQ transformers v5 support
|
2025-12-07 21:37:41 +03:00 |
|
Disty0
|
7aa1bfdc70
|
Add get_modules_to_not_convert from transformers v5
|
2025-12-02 01:01:51 +03:00 |
|
Disty0
|
d9bc31e7da
|
Cleanup
|
2025-11-29 01:46:04 +03:00 |
|
Disty0
|
01a0f6b356
|
Warn and disable quantized matmul if triton is not available
|
2025-11-29 01:34:54 +03:00 |
|
Disty0
|
3e52009a4f
|
SDNQ assert Triton for quantized matmul
|
2025-11-29 00:54:19 +03:00 |
|
Disty0
|
55cf627ac6
|
add version to sdnq
|
2025-11-28 00:45:24 +03:00 |
|
Disty0
|
368eb3103a
|
cleanup
|
2025-11-27 18:40:15 +03:00 |
|
Disty0
|
da3c439059
|
SDNQ fix _tied_weights_keys is dict case
|
2025-11-25 19:37:46 +03:00 |
|
Disty0
|
41ef28bb78
|
SDNQ don't divide group_size
|
2025-11-22 16:44:13 +03:00 |
|
Disty0
|
b6e9332cfe
|
SDNQ de-couple matmul dtype and add fp16 matmul
|
2025-11-22 02:16:20 +03:00 |
|
Disty0
|
5308630b3a
|
SDNQ use dequantize_fp32 with uint16 + torch_dtype = fp16
|
2025-11-18 23:53:27 +03:00 |
|
Disty0
|
49cd85d388
|
SDNQ add training related changes
|
2025-11-18 22:46:14 +03:00 |
|