-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: 【CANN】ggml-cann/aclnn_ops.cpp:3007: GGML_ASSERT(n_dims == src0->ne[0]) failed #10451
Comments
910B server |
Could you provide the command to reproduce the problem? Including the model and other info. |
model_name: |
Not all model is support by Ascend NPU. Please check this table,This assert is that operator RoPE not support all kinds of input shapes, we are still working on it now. |
The crash could be avoided by reporting that this operation is not supported in the |
Yes, We will add this to supports_op function. |
ok,thanks
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/25/2024 14:07 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [ggerganov/llama.cpp] Bug: 【CANN】ggml-cann/aclnn_ops.cpp:3007: GGML_ASSERT(n_dims == src0->ne[0]) failed (Issue #10451) |
The crash could be avoided by reporting that this operation is not supported in the supports_op function of the backend.
Yes, We will add this to supports_op function.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@zyp2 This bug has fixed. The performance is low because RoPE will fallback to CPU. |
What happened?
按照readme中的固件驱动版本,推理时出现报错
Name and Version
最新版本
What operating system are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: