已关闭
[Bug]: Qwen3.5-0.8B中qwen3_5_llm_decode.onnx模型在300iduo上转换报错和README.md部分资料描述不清晰 #449
张朝晖创建于 27 天前关闭于 20 天前
27 天前 添加了label:bug
此处折叠了7条事件消息 查看更多
27 天前 issue优先级由 次要 改变为 严重
YeFeng_24
27 天前 评论:
27 天前 评论:
- 910B功能,精度,性能均ok;300IDUO decode转换存在问题;300IDUO所有模型的推理功能与精度以及性能暂时未验证(decode模型转换失败导致验证堵塞)
- ND单引号和双引号导致功能存在问题;(910B和300IDUO都会失败);
- 精度问题;


xiongpan
25 天前 评论:
25 天前 评论:
此处折叠了5条事件消息 查看更多
张朝晖
20 天前 评论:
20 天前 评论:
1、Version:
lite-boost:https://repo.mindspore.cn/mindspore/mindspore-lite/newest/lite/release/linux/aarch64/cloud_fusion/python312/
cann:cann_9.2.0_20260825
2、Report:
3、Conclusion: pass


20 天前 issue状态由 VALIDATION 改变为 DONE
20 天前 关闭了 issue
Checklist
🐞 问题详细描述
1、按照README.md在300iduo上执行转换qwen3_5_llm_decode.onnx时报错。
转换命令:
export TUNE_BANK_PATH=...
$Convert --fmk=ONNX
--modelFile=qwen3_5_onnx_static/decoder/qwen3_5_llm_decode.onnx
--outputFile=qwen3_5_onnx_static/qwen3_5_llm_decode
--optimize=ascend_oriented
--configFile=configs/config_decoder.ini
--saveType=MINDIR
报错:
2、模型导出前建议加一步获取模型权重与源码

3、mindspore-lite/examples/base_models/qwen3_5_0.8b/configs/config_prefill.ini,‘ND’应该为“ND”

4、推理示例输出部分实际生成描述:Generated Response: This is a surreal, abstract digital artwork featuring two bananas — one slightly behind and to the left of the other — rendered in a vibrant, multi-colored, almost liquid-like material. The bananas are not realistic but instead appear to be made of a glossy, translucent substance that reflects and refracts light, giving them a shimmering, almost melting appearance.
The background consists of horizontal stripes in soft pastel tones: pink, lavender, mint green, and pale gray — creating a dreamy, striped pattern that contrasts with the colorful subject.
The bananas cast a soft, diffused shadow beneath them, suggesting depth and dimensionality. The overall

5、qwen3_5_llm_decode.onnx转换命令前确定是否需要设置export TUNE_BANK_PATH=...

详细的环境信息描述
300iduo
其他辅助信息
版本信息
mindspore_lite:master_20260828
Thanks for contributing 🎉!