Skip to content

Commit a5b79e2

Browse files
committed
add env var for nccl debug
Signed-off-by: Nick Hill <[email protected]>
1 parent 970465f commit a5b79e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ steps:
156156
- PP_SIZE=2 torchrun --nproc-per-node=4 distributed/test_torchrun_example.py
157157
# test with internal dp
158158
- python3 ../examples/offline_inference/data_parallel.py --enforce-eager
159-
- TP_SIZE=2 DP_SIZE=2 pytest -v -s v1/test_async_llm_dp.py
159+
- NCCL_DEBUG=INFO TP_SIZE=2 DP_SIZE=2 pytest -v -s v1/test_async_llm_dp.py
160160
- TP_SIZE=2 DP_SIZE=2 pytest -v -s v1/test_external_lb_dp.py
161161
- TP_SIZE=1 DP_SIZE=4 pytest -v -s v1/test_internal_lb_dp.py
162162
- TP_SIZE=1 DP_SIZE=4 pytest -v -s v1/test_hybrid_lb_dp.py

0 commit comments

Comments
 (0)