We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ascend
GPU
CPU
Uncomment only one /device <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:
/device <>
Ascend 910B
利用mindformers/research/qwen1_5/run_qwen1_5_chat.py部署LLM,出现以下问题
预期能够正常部署
The text was updated successfully, but these errors were encountered:
请确认环境安装是否完全以及环境变量是否设置。 可以单跑rms_norm看下。
`import mindspore import numpy as np from mindspore import Tensor, ops x = Tensor(np.array([[1, 2, 3], [1, 2, 3]]), mindspore.float32) gamma = Tensor(np.ones([3]), mindspore.float32) y, rstd = ops.rms_norm(x, gamma) print(y) print(rstd)
`
Sorry, something went wrong.
No branches or pull requests
Environment
Hardware Environment(
Ascend
/GPU
/CPU
):Ascend 910B
Software Environment:
Describe the current behavior
利用mindformers/research/qwen1_5/run_qwen1_5_chat.py部署LLM,出现以下问题
Describe the expected behavior
预期能够正常部署
Steps to reproduce the issue
Related log / screenshot
Special notes for this issue
The text was updated successfully, but these errors were encountered: