#41 MindSpore-1.6版本支持

Closed
created 1 year ago by pengtaox · 4 comments
pengtaox commented 1 year ago
当前训练任务只能选择mindspore1.5版本,而这个版本似乎不支持JIT Fallback特性,在construct中创建Tensor时会报错,因此希望能支持MindSpore-1.6
lewis commented 1 year ago
Owner
> 当前训练任务只能选择mindspore1.5版本,而这个版本似乎不支持JIT Fallback特性,在construct中创建Tensor时会报错,因此希望能支持MindSpore-1.6 在调试环境是支持1.6的,可以先在调试环境试下,如果能正常使用的话,我们会提供1.6的训练镜像。
我在测试环境的1.6下,执行代码报错: ```python import mindspore as ms x = ms.Tensor((2,3)) y = ms.Tensor((2,3)) print(x+y) RuntimeError: mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_compile.cc:288 PrintCompileResult] add_1023660361661368399_0 Compile running failed. ```
avadesian commented 1 year ago
Owner
平台镜像已更新,可正常使用mindspore1.6
avadesian closed this issue 1 year ago
谢谢,点赞!
Sign in to join this conversation.
No Milestone
No Assignees
4 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.