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
Conv1Dwhen 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-hoption to show usage)
- Converter:
- 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.pyexample to return JSON responses and improve error handling.
Removed
- Removed environment variables
CODEGEN_USE_L1MERGE_SCHEDULER,CODEGEN_USE_MERGE, andCODEGEN_USE_PARALLEL_MERGEas the merging scheduler has been superseded.
Fixed
- Made various performance improvements and bug fixes across MN-Core SDK.