← 返回事件
持续讨论AI发版

ciflow/trunk/196278: [inductor] Type AOTI eager metadata as object

发生了什么

AOTI eager metadata dictionaries hold heterogeneous JSON and Torch values, but their private construction helpers annotated every value as Any. This allowed unchecked Any to propagate through the persistent-cache path. Use object for the heterogeneous metadata and scalar classifier, then narrow JSON containers and serialized Torch attribute names before using them. Keep the registered backend callable signatures and…

摘要按规则整理自下方来源原文

为什么在扩散

来源