Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 26f629e

Browse files
authored
Update run-readme-pr.yml
Comment out failing quantization-any (glibc version issue) and distributed (nccl usage)
1 parent ba9e855 commit 26f629e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-readme-pr.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
uname -a
7171
echo "::endgroup::"
7272
73-
.ci/scripts/run-docs quantization
73+
# library
74+
# .ci/scripts/run-docs quantization
7475
7576
echo "::group::Completion"
7677
echo "tests complete"
@@ -337,7 +338,10 @@ jobs:
337338
uname -a
338339
echo "::endgroup::"
339340
340-
.ci/scripts/run-docs distributed
341+
# torch.distributed.DistBackendError: NCCL error in: /pytorch/torch/csrc/distributed/c10d/NCCLUtils.cpp:77, invalid usage (run with NCCL_DEBUG=WARN for details), NCCL version 2.21.5
342+
# [rank0]: ncclInvalidUsage: This usually reflects invalid usage of NCCL library.
343+
# Duplicate GPU detected : rank 0 and rank 1 both on CUDA device 1e0
344+
# .ci/scripts/run-docs distributed
341345
342346
echo "::group::Completion"
343347
echo "tests complete"

0 commit comments

Comments
 (0)