STM32ai-modelzoo-service里的代码显示当前不支持mpu离线benchmarking(此功能依赖STEdgeAI-Core的mpu compoment)
# For MPU, check if online benchmarking is ac
tivated if cfg.operation_mode in mode_groups.benchmarking: if cfg.hardware_type == "MPU": if cfg.operation_mode == "benchmarking" and not cfg.tools.stm32ai.on_cloud: print("Target selected for benchmark :", cfg.benchmarking.board) print("Offline benchmarking for MPU is not yet available please use online benchmarking") exit(1) # Benchmarking section parsing if cfg.operation_mode in mode_groups.benchmarking: parse_benchmarking_section(cfg.benchmarking) if cfg.hardware_type == "MPU": if not cfg.tools.stm32ai.on_cloud: print("Target selected for benchmark :", cfg.benchmarking.board) print("Offline benchmarking for MPU is not yet available please use online benchmarking") exit(1)而这个文档里的说明是支持:ST Edge AI: Guide for MPU - stm32mpu

但我下载下来安装的linux版本STEdgeAI-Core安装上运行发现又不支持:STEdgeAI-Core - Artificial intelligence (AI) optimizer technology for STMicroelectronics products - STMicroelectronics