我是新手,我在推理机上,安装了CANN8.0.0,安装了Pytouch2.4,Touch-NPU2.4.
执行python3 -c "import torch;import torch_npu;print(torch_npu.npu.is_available())"返回true
但是执行python3 -c "import torch;import torch_npu; a = torch.randn(3, 4).npu(); print(a + a);",出错,应如何排查问题
我是新手,我在推理机上,安装了CANN8.0.0,安装了Pytouch2.4,Touch-NPU2.4.
执行python3 -c "import torch;import torch_npu;print(torch_npu.npu.is_available())"返回true
但是执行python3 -c "import torch;import torch_npu; a = torch.randn(3, 4).npu(); print(a + a);",出错,应如何排查问题