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
Thanks for your great work. I have tried running this model on the Ascend NPU device and found that it can run perfectly as long as it is adapted to the following two lines of code.
import torch_npu
from torch_npu.contrib import transfer_to_npu
Considering that more and more users may have NPU devices now, I hope this model can naturally support selecting NPU devices to run on.I can submit the corresponding code after thorough self testing.So I want to know if you are willing to do this adaptation.Looking forward to your reply.
Background
Ascend is a full-stack AI computing infrastructure for industry applications and services based on Huawei Ascend processors and software. For more information about Ascend, see Ascend Community.
CANN (Compute Architecture of Neural Networks), developped by Huawei, is a heterogeneous computing architecture for AI.
Pytorch has officially announced support for Ascend NPU (through key PrivateUse1), please see the PrivateUse1 tutorial here. We alse have our own PyTorch adapter which we called torch npu.
The text was updated successfully, but these errors were encountered:
Feature Request
Thanks for your great work. I have tried running this model on the Ascend NPU device and found that it can run perfectly as long as it is adapted to the following two lines of code.
Considering that more and more users may have NPU devices now, I hope this model can naturally support selecting NPU devices to run on.I can submit the corresponding code after thorough self testing.So I want to know if you are willing to do this adaptation.Looking forward to your reply.
Background
Ascend is a full-stack AI computing infrastructure for industry applications and services based on Huawei Ascend processors and software. For more information about Ascend, see Ascend Community.
CANN (Compute Architecture of Neural Networks), developped by Huawei, is a heterogeneous computing architecture for AI.
Pytorch has officially announced support for Ascend NPU (through key PrivateUse1), please see the PrivateUse1 tutorial here. We alse have our own PyTorch adapter which we called torch npu.
The text was updated successfully, but these errors were encountered: