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 970465f commit a5b79e2Copy full SHA for a5b79e2
.buildkite/test-pipeline.yaml
@@ -156,7 +156,7 @@ steps:
156
- PP_SIZE=2 torchrun --nproc-per-node=4 distributed/test_torchrun_example.py
157
# test with internal dp
158
- 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
+ - NCCL_DEBUG=INFO TP_SIZE=2 DP_SIZE=2 pytest -v -s v1/test_async_llm_dp.py
160
- TP_SIZE=2 DP_SIZE=2 pytest -v -s v1/test_external_lb_dp.py
161
- TP_SIZE=1 DP_SIZE=4 pytest -v -s v1/test_internal_lb_dp.py
162
- TP_SIZE=1 DP_SIZE=4 pytest -v -s v1/test_hybrid_lb_dp.py
0 commit comments