We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a832aed commit bac7a7bCopy full SHA for bac7a7b
.github/workflows/release-wheel-windows.yml
@@ -127,7 +127,10 @@ jobs:
127
# shellcheck disable=SC2086
128
${CONDA_RUN} ${PIP_INSTALL_TORCH}
129
set -x
130
+ ${CONDA_RUN} python -c "import torch; print(torch.cuda.is_available())"
131
+ ${CONDA_RUN} python -c "import torch; print(torch.cuda.get_device_name(0))"
132
${CONDA_RUN} python -c "import torch; print(torch.cuda.get_device_properties(0))"
133
+ nvidia-smi
134
135
# - name: Run Pre-Script with Caching
136
# if: ${{ inputs.pre-script != '' }}
0 commit comments