mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 10:08:43 +02:00
f05a3ae3e9
Triton has no e4m3 conversions before sm_89, so any compiled graph touching fp8 storage weights fails with an InductorError on Ampere. Select the eager dequant and re-quantize paths for e4m3 weights when the hardware cannot compile them; other dtypes keep compiled dequant. SDNQ_ALLOW_FP8_COMPILE overrides the detection.