We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7db2 commit e73c4a5Copy full SHA for e73c4a5
.github/workflows/_ascend_npu_build_torch_npu.yml
@@ -124,6 +124,7 @@ jobs:
124
- name: List torch_npu version
125
id: list-version
126
run: |
127
+ export TORCH_DEVICE_BACKEND_AUTOLOAD=0
128
torch_version=$(python -c "import torch; print(torch.__version__)")
129
torch_npu_version=$(python -c "import torch_npu; print(torch_npu.__version__)")
130
echo "torch version: ${torch_version}"
0 commit comments