Skip to content

Commit bac7a7b

Browse files
committed
test
1 parent a832aed commit bac7a7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-wheel-windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ jobs:
127127
# shellcheck disable=SC2086
128128
${CONDA_RUN} ${PIP_INSTALL_TORCH}
129129
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))"
130132
${CONDA_RUN} python -c "import torch; print(torch.cuda.get_device_properties(0))"
133+
nvidia-smi
131134
132135
# - name: Run Pre-Script with Caching
133136
# if: ${{ inputs.pre-script != '' }}

0 commit comments

Comments
 (0)