[Quantization][Deprecation] Remove PTPC FP8 (#32700)

Signed-off-by: Robert Shaw <robshaw@redhat.com>
Co-authored-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
Robert Shaw
2026-03-21 18:10:16 -04:00
committed by GitHub
parent 5ad0446572
commit eeee5b262d
5 changed files with 1 additions and 196 deletions

View File

@@ -327,8 +327,7 @@ apply_rocm_test_overrides() {
cmds="${cmds} \
--ignore=kernels/moe/test_moe.py \
--ignore=kernels/moe/test_cutlass_moe.py \
--ignore=kernels/moe/test_triton_moe_ptpc_fp8.py"
fi
fi
# --- Entrypoint ignores ---
if [[ $cmds == *" entrypoints/openai "* ]]; then