Skip to content

Commit 2878090

Browse files
committed
deploy: 96b702c
1 parent c6f3eb3 commit 2878090

Some content is hidden

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

53 files changed

+184
-128
lines changed

.doctrees/environment.pickle

625 Bytes
Binary file not shown.
3.45 KB
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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

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

594594
<div class="footer-item">
595595
<p class="last-updated">
596-
Last updated on Sep 23, 2025.
596+
Last updated on Sep 25, 2025.
597597
<br/>
598598
</p>
599599
</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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

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

582582
<div class="footer-item">
583583
<p class="last-updated">
584-
Last updated on Sep 23, 2025.
584+
Last updated on Sep 25, 2025.
585585
<br/>
586586
</p>
587587
</div>

_examples_synced/reproducibility/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="DeepSeek R1 with 128xH100" href="../../examples/deepseek-r1.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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

@@ -544,7 +544,7 @@ <h1>Reproducibility<a class="headerlink" href="#reproducibility" title="Link to
544544

545545
<div class="footer-item">
546546
<p class="last-updated">
547-
Last updated on Sep 23, 2025.
547+
Last updated on Sep 25, 2025.
548548
<br/>
549549
</p>
550550
</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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

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

641641
<div class="footer-item">
642642
<p class="last-updated">
643-
Last updated on Sep 23, 2025.
643+
Last updated on Sep 25, 2025.
644644
<br/>
645645
</p>
646646
</div>

_examples_synced/search-r1/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="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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

@@ -595,7 +595,7 @@ <h2>Code Structure<a class="headerlink" href="#code-structure" title="Link to th
595595

596596
<div class="footer-item">
597597
<p class="last-updated">
598-
Last updated on Sep 23, 2025.
598+
Last updated on Sep 25, 2025.
599599
<br/>
600600
</p>
601601
</div>

_sources/get_started/quick_start.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ This document will guide you through setting up the environment and getting star
77

88
Since slime may contain temporary patches for sglang/megatron, to avoid potential environment configuration issues, we strongly recommend **users to use our latest Docker image**, which comes pre-configured with all dependencies.
99

10+
### Hardware Support
11+
12+
**slime** supports multiple NVIDIA GPU hardware platforms:
13+
14+
- **B200 Series**: Fully supported with identical setup steps as H-series GPUs
15+
- **H-Series (H100/H200)**: Official support with comprehensive CI testing and stable performance
16+
17+
**Important Notes**:
18+
- Latest Docker images are compatible with both B-series and H-series GPUs without additional configuration
19+
- Megatron backend on H-series GPUs has CI protection, thoroughly validated, recommended for production environments
20+
- B-series basic functionality is stable and suitable for development/testing, but currently lacks CI protection
21+
- Both hardware platforms use identical installation and startup procedures
22+
1023
- For scenarios where Docker is not convenient, please refer to [build_conda.sh](https://github.com/THUDM/slime/blob/main/build_conda.sh);
1124
- For AMD support, please refer to [AMD Usage Tutorial](../platform_support/amd_tutorial.md).
1225

advanced/speculative-decoding.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<link rel="prev" title="Reproducibility" href="../_examples_synced/reproducibility/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 23, 2025"/>
57+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5858
</head>
5959

6060

@@ -630,7 +630,7 @@ <h3><a class="reference external" href="https://github.com/sgl-project/sglang/pu
630630

631631
<div class="footer-item">
632632
<p class="last-updated">
633-
Last updated on Sep 23, 2025.
633+
Last updated on Sep 25, 2025.
634634
<br/>
635635
</p>
636636
</div>

blogs/introducing_slime.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<link rel="prev" title="v0.1.0: Redefining High-Performance RL Training Frameworks" href="release_v0.1.0.html" />
5454
<meta name="viewport" content="width=device-width, initial-scale=1"/>
5555
<meta name="docsearch:language" content="en"/>
56-
<meta name="docbuild:last-update" content="Sep 23, 2025"/>
56+
<meta name="docbuild:last-update" content="Sep 25, 2025"/>
5757
</head>
5858

5959

@@ -626,7 +626,7 @@ <h2>Roadmap<a class="headerlink" href="#roadmap" title="Link to this heading">#<
626626

627627
<div class="footer-item">
628628
<p class="last-updated">
629-
Last updated on Sep 23, 2025.
629+
Last updated on Sep 25, 2025.
630630
<br/>
631631
</p>
632632
</div>

0 commit comments

Comments
 (0)