coremltools
coremltools copied to clipboard
[ExecuTorch] EXIR Converter Broken by ExecuTorch PR 1802
In ExecuTorch PR 1802, the const handling are changed: Some buffers are no longer available in ExportedProgram.state_dict
However, CoreMLTools EXIR converter does rely on ExportedProgram.state_dict to retrieve all constants 🤦 which means ExecuTorch PR 1802 breaks our EXIR converter