Skip to content

Commit 9acd3eb

Browse files
committed
deploy: 6e03959
1 parent b79cc52 commit 9acd3eb

Some content is hidden

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

61 files changed

+104
-104
lines changed
-3 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/examples/glm4-9B.doctree

-3 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

_examples_synced/fully_async/README.html

Lines changed: 2 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 09, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
5858
</head>
5959

6060

@@ -592,7 +592,7 @@ <h2>Config Differences (2 Key Points)<a class="headerlink" href="#config-differe
592592

593593
<div class="footer-item">
594594
<p class="last-updated">
595-
Last updated on Sep 09, 2025.
595+
Last updated on Sep 18, 2025.
596596
<br/>
597597
</p>
598598
</div>

_examples_synced/multi_agent/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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 09, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
5858
</head>
5959

6060

@@ -580,7 +580,7 @@ <h2>New Arguments<a class="headerlink" href="#new-arguments" title="Link to this
580580

581581
<div class="footer-item">
582582
<p class="last-updated">
583-
Last updated on Sep 09, 2025.
583+
Last updated on Sep 18, 2025.
584584
<br/>
585585
</p>
586586
</div>

_examples_synced/retool/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<link rel="prev" title="Fully Asynchronous Rollout Example" href="../fully_async/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 09, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
5858
</head>
5959

6060

@@ -639,7 +639,7 @@ <h2>Safety Features<a class="headerlink" href="#safety-features" title="Link to
639639

640640
<div class="footer-item">
641641
<p class="last-updated">
642-
Last updated on Sep 09, 2025.
642+
Last updated on Sep 18, 2025.
643643
<br/>
644644
</p>
645645
</div>

_examples_synced/search-r1/README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<link rel="prev" title="SFT Qwen3-4B-Base" href="../../examples/qwen3-4b-base-openhermes.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 09, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 18, 2025"/>
5858
</head>
5959

6060

@@ -451,7 +451,7 @@ <h1>Search-R1 lite<a class="headerlink" href="#search-r1-lite" title="Link to th
451451
<p>This is a minimal reproduction of <a class="reference external" href="https://github.com/PeterGriffinJin/Search-R1">Search-R1</a> and an example of using multi-turn conversation and tool-calling in slime.</p>
452452
<section id="environment-setup">
453453
<h2>Environment Setup<a class="headerlink" href="#environment-setup" title="Link to this heading">#</a></h2>
454-
<p>Use the <code class="docutils literal notranslate"><span class="pre">zhuzilin/slime:latest</span></code> image and initialize the environment required for Search-R1:</p>
454+
<p>Use the <code class="docutils literal notranslate"><span class="pre">slimerl/slime:latest</span></code> image and initialize the environment required for Search-R1:</p>
455455
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span><span class="w"> </span>/root/
456456
git<span class="w"> </span>clone<span class="w"> </span>https://github.com/THUDM/slime.git
457457
pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
@@ -594,7 +594,7 @@ <h2>Code Structure<a class="headerlink" href="#code-structure" title="Link to th
594594

595595
<div class="footer-item">
596596
<p class="last-updated">
597-
Last updated on Sep 09, 2025.
597+
Last updated on Sep 18, 2025.
598598
<br/>
599599
</p>
600600
</div>

_sources/_examples_synced/search-r1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a minimal reproduction of [Search-R1](https://github.com/PeterGriffinJin
44

55
## Environment Setup
66

7-
Use the `zhuzilin/slime:latest` image and initialize the environment required for Search-R1:
7+
Use the `slimerl/slime:latest` image and initialize the environment required for Search-R1:
88

99
```bash
1010
cd /root/

0 commit comments

Comments
 (0)