-
Notifications
You must be signed in to change notification settings - Fork 257
Description
Describe the bug/ 问题描述 (Mandatory / 必填)
我的环境是mindnlp0.4.1,minspore2.5.0,cann-toolkit安装过8.0.0,8.1,8.2都会报错,具体的就是使用Qwen2VLForConditionalGeneration, AutoProcessor可以加载qwenvl2模型,但是推理时报错,显存也没有超,想请教下是代码有问题还是配置有问题?
EZ9999: Inner Error!
EZ9999: [PID: 41346] 2025-08-05-22:49:45.373.816 Parse dynamic kernel config fail.[THREAD:42075]
TraceBack (most recent call last):
AclOpKernelInit failed opType[THREAD:42075]
GatherElements AiCore ADD_TO_LAUNCHER_LIST_AICORE failed.[THREAD:42075]
-
Hardware Environment(
Ascend/GPU/CPU) / 硬件环境:
Ascend -
Software Environment / 软件环境 (Mandatory / 必填):
-- MindSpore version (2.5.0) :
-- Python version (3.9.2) :
-- OS platform and distribution (Linux Ubuntu 22.04): -
Excute Mode / 执行模式 (Mandatory / 必填)(
PyNative/Graph):
/mode pynative
To Reproduce / 重现步骤 (Mandatory / 必填)
Steps to reproduce the behavior:
- 安装mindnlp0.4.1,minspore2.5.0,cann-toolkit8.2RC1
- 配置相关python包
- 在orangeaipro20T24G上运行以下代码
Expected behavior / 预期结果 (Mandatory / 必填)
希望可以正常的进行推理以及解码
Screenshots/ 日志 / 截图 (Mandatory / 必填)

Additional context / 备注 (Optional / 选填)
Add any other context about the problem here.