feat: Support MiniMax-H3 (CORE-375) (#15224)

This commit is contained in:
Jukka Seppänen
2026-08-03 05:28:29 +03:00
committed by GitHub
parent b53e247c94
commit 57500fc5bc
16 changed files with 2599 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ QUANT_ALGOS = {
},
"nvfp4": {
"storage_t": torch.uint8,
"parameters": {"weight_scale", "weight_scale_2", "input_scale"},
"parameters": {"weight_scale", "weight_scale_2", "input_scale", "pre_quant_scale"},
"comfy_tensor_layout": "TensorCoreNVFP4Layout",
"group_size": 16,
},