【Bug已解决】torch.export.export 对 CUDA:MPS 示例输入报 Unhandled FakeTensor Device Propagation 解决方案
[Bug已解决] torch.export.export 对 CUDA/MPS 示例输入报 Unhandled FakeTensor Device Propagation 解决方案
一、报错长什么样
你用 torch.export.export(model, example_inputs) 把模型导出成稳定计算图时,如果 example_inputs 是 CUDA 或 MPS 设备上的张量&…
2026/7/17 2:10:56