2026-07-15 RELEASE

MN-Core SDK v0.7 Released

MN-Core SDK v0.7 is now available, accessible via PFCP and other environments.

What’s New in v0.7

Added

  • Enhanced the robustness of Conv1D when processing large sequences.
  • Added a version conversion tool for GPFNApp since its format has been updated since v0.6.
    • Converter: /opt/pfn/pfcomp/codegen/build/tools/convert_gpfn_app_v0_to_v1 (set -h option to show usage)
  • Added documentation about environment variables that can be configured for MLSDK. Please refer to the “Advanced Features” chapter in MLSDK Document for details.
  • Added new FAQ entry addressing CPU affinity permission errors and Docker configuration.

Changed

  • Updated run_timm.py example to return JSON responses and improve error handling.

Removed

  • Removed environment variables CODEGEN_USE_L1MERGE_SCHEDULER, CODEGEN_USE_MERGE, and CODEGEN_USE_PARALLEL_MERGE as the merging scheduler has been superseded.

Fixed

  • Made various performance improvements and bug fixes across MN-Core SDK.