You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug/ 问题描述 (Mandatory / 必填)
baichuan-inc/Baichuan-7B加载推理报错
Hardware Environment(Ascend/GPU/CPU) / 硬件环境:
Please delete the backend not involved / 请删除不涉及的后端:
device ascend
Software Environment / 软件环境 (Mandatory / 必填):
-- MindSpore version (e.g., 1.7.0.Bxxx) :2.3.1
-- Python version (e.g., Python 3.7.5) :3.9
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GCC/Compiler version (if compiled from source):
Please delete the mode not involved / 请删除不涉及的模式:
/mode pynative
To Reproduce / 重现步骤 (Mandatory / 必填)
Steps to reproduce the behavior:
推理代码来自:https://github.com/ResDream/BaichuanEval
运行gsm8k.py mmlu_eval.py 或者C-Eval.py Expected behavior / 预期结果 (Mandatory / 必填)
A clear and concise description of what you expected to happen.
Screenshots/ 日志 / 截图 (Mandatory / 必填)
从cumsum开始报错,修改成int() 报错full()takes 2 positional arguments but 3 were given然后删除了ops.full中的dtype报下图中的错误,不确定需要在value中添加什么tensor:
Additional context / 备注 (Optional / 选填)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug/ 问题描述 (Mandatory / 必填)
baichuan-inc/Baichuan-7B加载推理报错
Ascend
/GPU
/CPU
) / 硬件环境:Software Environment / 软件环境 (Mandatory / 必填):
-- MindSpore version (e.g., 1.7.0.Bxxx) :2.3.1
-- Python version (e.g., Python 3.7.5) :3.9
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GCC/Compiler version (if compiled from source):
Excute Mode / 执行模式 (Mandatory / 必填)(
PyNative
/Graph
):To Reproduce / 重现步骤 (Mandatory / 必填)
Steps to reproduce the behavior:
推理代码来自:https://github.com/ResDream/BaichuanEval
运行gsm8k.py mmlu_eval.py 或者C-Eval.py
Expected behavior / 预期结果 (Mandatory / 必填)
A clear and concise description of what you expected to happen.
Screenshots/ 日志 / 截图 (Mandatory / 必填)


从cumsum开始报错,修改成int() 报错full()takes 2 positional arguments but 3 were given然后删除了ops.full中的dtype报下图中的错误,不确定需要在value中添加什么tensor:
Additional context / 备注 (Optional / 选填)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: