{

    "version": 1,

    "cmakeMinimumRequired": {

        "major": 3,

        "minor": 19,

        "patch": 0

    },

    "configurePresets": [

        {

            "name": "default",

            "displayName": "Default Config",

            "description": "Default build using Unix Makefiles generator",

            "generator": "Unix Makefiles",

            "binaryDir": "${sourceDir}/build",

            "cacheVariables": {

                "CMAKE_BUILD_TYPE": {

                    "type": "STRING",

                    "value": "Release"

                },

                "ENABLE_BINARY_PACKAGE": {

                    "type": "BOOL",

                    "value": "True"

                },

                "ASCEND_COMPUTE_UNIT": {

                    "type": "STRING",

                    "value": "ascend910b;ascend910;ascend310p;ascend910_93"

                },

                "ENABLE_TEST": {

                    "type": "BOOL",

                    "value": "True"

                },

                "vendor_name": {

                    "type": "STRING",

                    "value": "customize"

                },

                "ASCEND_CANN_PACKAGE_PATH": {

                    "type": "PATH",

                    "value": "/usr/local/Ascend/latest"

                },

                "ASCEND_PYTHON_EXECUTABLE": {

                    "type": "STRING",

                    "value": "python3"

                },

                "CMAKE_INSTALL_PREFIX": {

                    "type": "PATH",

                    "value": "${sourceDir}/build"

                },

                "ENABLE_ONNX": {

                    "type": "BOOL",

                    "value": "False"

                }

            }

        }

    ]

}