Skip to content

Commit bd21486

Browse files
committed
deploy: 6973495
1 parent 9acd3eb commit bd21486

File tree

63 files changed

+1385
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1385
-102
lines changed
7.11 KB
Binary file not shown.

.doctrees/environment.pickle

1.16 KB
Binary file not shown.

.doctrees/index.doctree

50 Bytes
Binary file not shown.

_downloads/2d9502563ea3824049a204e1f0b564a2/run-qwen3-30B-A3B.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
# will prevent ray from buffering stdout/stderr
1616
export PYTHONBUFFERED=16
1717

18-
NVLINK_COUNT=$(nvidia-smi | grep -o "NVLink" | wc -l)
18+
NVLINK_COUNT=$(nvidia-smi topo -m 2>/dev/null | grep -o 'NV[0-9][0-9]*' | wc -l)
1919
if [ "$NVLINK_COUNT" -gt 0 ]; then
2020
HAS_NVLINK=1
2121
else

_downloads/56a3f7d4f95043db3ddd2596129632f7/run-qwen3-4B.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
# will prevent ray from buffering stdout/stderr
1616
export PYTHONBUFFERED=16
1717

18-
NVLINK_COUNT=$(nvidia-smi | grep -o "NVLink" | wc -l)
18+
NVLINK_COUNT=$(nvidia-smi topo -m 2>/dev/null | grep -o 'NV[0-9][0-9]*' | wc -l)
1919
if [ "$NVLINK_COUNT" -gt 0 ]; then
2020
HAS_NVLINK=1
2121
else

_downloads/dcfe427d7549252babc4f8202d236bc2/run-glm4-9B.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
# will prevent ray from buffering stdout/stderr
1616
export PYTHONBUFFERED=16
1717

18-
NVLINK_COUNT=$(nvidia-smi | grep -o "NVLink" | wc -l)
18+
NVLINK_COUNT=$(nvidia-smi topo -m 2>/dev/null | grep -o 'NV[0-9][0-9]*' | wc -l)
1919
if [ "$NVLINK_COUNT" -gt 0 ]; then
2020
HAS_NVLINK=1
2121
else

_examples_synced/fully_async/README.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<link rel="prev" title="Search-R1 lite" href="../search-r1/README.html" />
5555
<meta name="viewport" content="width=device-width, initial-scale=1"/>
5656
<meta name="docsearch:language" content="en"/>
57-
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 23, 2025"/>
5858
</head>
5959

6060

@@ -186,6 +186,7 @@
186186
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Fully Asynchronous Rollout Example</a></li>
187187
<li class="toctree-l1"><a class="reference internal" href="../retool/README.html">Retool: from SFT to RL</a></li>
188188
<li class="toctree-l1"><a class="reference internal" href="../multi_agent/README.html">Multi-Agent RL</a></li>
189+
<li class="toctree-l1"><a class="reference internal" href="../reproducibility/README.html">Reproducibility</a></li>
189190
</ul>
190191
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Advanced Features</span></p>
191192
<ul class="nav bd-sidenav">
@@ -592,7 +593,7 @@ <h2>Config Differences (2 Key Points)<a class="headerlink" href="#config-differe
592593

593594
<div class="footer-item">
594595
<p class="last-updated">
595-
Last updated on Sep 18, 2025.
596+
Last updated on Sep 23, 2025.
596597
<br/>
597598
</p>
598599
</div>

_examples_synced/multi_agent/README.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
<link rel="icon" href="../../_static/logo.ico"/>
5151
<link rel="index" title="Index" href="../../genindex.html" />
5252
<link rel="search" title="Search" href="../../search.html" />
53-
<link rel="next" title="Speculative Decoding – Usage Guide" href="../../advanced/speculative-decoding.html" />
53+
<link rel="next" title="Reproducibility" href="../reproducibility/README.html" />
5454
<link rel="prev" title="Retool: from SFT to RL" href="../retool/README.html" />
5555
<meta name="viewport" content="width=device-width, initial-scale=1"/>
5656
<meta name="docsearch:language" content="en"/>
57-
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 23, 2025"/>
5858
</head>
5959

6060

@@ -186,6 +186,7 @@
186186
<li class="toctree-l1"><a class="reference internal" href="../fully_async/README.html">Fully Asynchronous Rollout Example</a></li>
187187
<li class="toctree-l1"><a class="reference internal" href="../retool/README.html">Retool: from SFT to RL</a></li>
188188
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Multi-Agent RL</a></li>
189+
<li class="toctree-l1"><a class="reference internal" href="../reproducibility/README.html">Reproducibility</a></li>
189190
</ul>
190191
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Advanced Features</span></p>
191192
<ul class="nav bd-sidenav">
@@ -520,11 +521,11 @@ <h2>New Arguments<a class="headerlink" href="#new-arguments" title="Link to this
520521
</div>
521522
</a>
522523
<a class="right-next"
523-
href="../../advanced/speculative-decoding.html"
524+
href="../reproducibility/README.html"
524525
title="next page">
525526
<div class="prev-next-info">
526527
<p class="prev-next-subtitle">next</p>
527-
<p class="prev-next-title">Speculative Decoding – Usage Guide</p>
528+
<p class="prev-next-title">Reproducibility</p>
528529
</div>
529530
<i class="fa-solid fa-angle-right"></i>
530531
</a>
@@ -580,7 +581,7 @@ <h2>New Arguments<a class="headerlink" href="#new-arguments" title="Link to this
580581

581582
<div class="footer-item">
582583
<p class="last-updated">
583-
Last updated on Sep 18, 2025.
584+
Last updated on Sep 23, 2025.
584585
<br/>
585586
</p>
586587
</div>

0 commit comments

Comments
 (0)