added

Verification Option for Model Conversion

πŸš€ New Features

Verification Option for Model Conversion

  • You can now enable an optional verify argument when calling convert_model(), which runs automatic checks to validate that the converted model behaves correctly.

🐞 Bug Fixes

  • Fixed a bug where incorrect verification results were not being surfaced properly after conversion.
  • Improved error messaging when using invalid combinations of device/framework/software version in convert_model().

🧠 Why these matter

  • This update improves model conversion reliability and helps users detect issues early in the deployment pipeline.
  • It reduces time spent debugging export errors and gives users more confidence in their final output.