ComfyUI/tests-unit/comfy_quant
chelsealong 9601f4742b Reset stale quant state on reload and reject inferred NVFP4 embeddings
Address CodeRabbit review on #15410: clear quant_format/layout_type
when a module reloads an unquantized weight (previously stale state
made Linear.forward take the quantized path against a plain
Parameter), and raise instead of silently loading raw bytes when an
Embedding's inferred format is NVFP4, which the embedding path can't
dequantize.
2026-08-08 01:10:41 +00:00
..
test_mixed_precision.py Reset stale quant state on reload and reject inferred NVFP4 embeddings 2026-08-08 01:10:41 +00:00