ModelScope这个什么原因造成的?
MPS: no support for int64 repeats mask, casting it to int32 (Triggered internally a
OS: mac
Python 3.9.17:
Package Version:pytorch. 2.0.1、
Model:Qwen-7B-Chat v1.0.5
Command:RuntimeError: MPS does not support cumsum op with int64 input
在 PyTorch Lightning 中,ModelScope 用于创建一个可调用的上下文管理器,该上下文管理器可以将模型的状态保存在多个 GPU 上,并在运行模型时执行一些初始化步骤。
如果您遇到 ModelScope 错误,请检查以下内容:
您是否在 PyTorch Lightning 0.9.0 或更高版本中使用 ModelScope。
您是否正确地在模型的训练和验证方法中使用 ModelScope。
您是否正确地使用 ModelScope 中的 set_state_dict 和 load_state_dict 方法。
如果您仍然遇到错误,请联系 PyTorch Lightning 社区。