Files
automatic/pipelines/ideogram
CalamitousFelicitousness 9f91726020 fix(ideogram4): resolve activation dtype for quantized transformers
transformer.dtype reports the storage dtype for fp8-quantized models
(fp8 params are floating, int8 params are not), so activations were
cast to fp8 and the forward crashed. Read the compute dtype from the
SDNQ dequantizer instead.
2026-07-11 06:40:07 +01:00
..