Skip to content

Commit fcd882f

Browse files
authored
debug failing standalone tests with Thunder (#2065)
1 parent 9164256 commit fcd882f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/gpu-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
HF_HOME: "/var/tmp/hf/home"
3030
HF_HUB_CACHE: "/var/tmp/hf/hub"
3131
CI: "true"
32+
NCCL_DEBUG: "INFO"
3233
PYTHON_VERSION: "3.10"
3334
CUDA_VERSION: "12.6.3"
3435
TORCH_VERSION: "2.7.1"
@@ -51,6 +52,7 @@ jobs:
5152
- bash: |
5253
echo $(DEVICES)
5354
echo $CUDA_VISIBLE_DEVICES
55+
dpkg-query -W -f='${Package} ${Version}\n' libnccl2 libnccl-dev
5456
whereis nvidia
5557
nvidia-smi
5658
which python && which pip
@@ -82,7 +84,6 @@ jobs:
8284
8385
- bash: pytest -v
8486
displayName: "All tests"
85-
#condition: eq(variables['dependency'], 'compiler')
8687
timeoutInMinutes: "15"
8788

8889
- bash: |

0 commit comments

Comments
 (0)