问题描述模型来源https://huggingface.co/ayousanz/cosy-voice3-onnx/ flow_pre_lookahead_fp16.onnx模型转换的命令./converter_lite --fmkONNX --modelFileflow_pre_lookahead_fp16.onnx --outputFileflow_pre_lookah ead_fp16.ms命令结果int64 data -9223372036854775807 can not fit into int32解决方案https://gitcode.com/mindspore/mindspore-lite/tree/master/mindspore-lite/examples/base_models/cosyvoice2_0.5bMindSpore Lite开源社区有相关模型的适配可以参考这个链接 对应的适配方式。