Skip to content

Commit 08f8335

Browse files
committed
Fix configuration docs
1 parent f8397a1 commit 08f8335

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/CONFIGURATION/activation_checkpointing.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1 class="site-logo" id="site-title">OSLO documentation</h1>
218218
</li>
219219
<li class="toc-h2 nav-item toc-entry">
220220
<a class="reference internal nav-link" href="#contiguous-checkpointing-bool">
221-
3. contiguous_checkpointing:
221+
4. contiguous_checkpointing:
222222
<code class="docutils literal notranslate">
223223
<span class="pre">
224224
bool
@@ -278,7 +278,7 @@ <h2> Contents </h2>
278278
</li>
279279
<li class="toc-h2 nav-item toc-entry">
280280
<a class="reference internal nav-link" href="#contiguous-checkpointing-bool">
281-
3. contiguous_checkpointing:
281+
4. contiguous_checkpointing:
282282
<code class="docutils literal notranslate">
283283
<span class="pre">
284284
bool
@@ -334,7 +334,7 @@ <h2>3. partitioned_checkpointing: <code class="docutils literal notranslate"><sp
334334
<p>Note that this is only available when you are using tensor model parallelism.</p>
335335
</div>
336336
<div class="section" id="contiguous-checkpointing-bool">
337-
<h2>3. contiguous_checkpointing: <code class="docutils literal notranslate"><span class="pre">bool</span></code><a class="headerlink" href="#contiguous-checkpointing-bool" title="Permalink to this headline"></a></h2>
337+
<h2>4. contiguous_checkpointing: <code class="docutils literal notranslate"><span class="pre">bool</span></code><a class="headerlink" href="#contiguous-checkpointing-bool" title="Permalink to this headline"></a></h2>
338338
<p>Enable contiguous checkpointing.</p>
339339
<p>Note that this is only available when you are using partitioned checkpointing.</p>
340340
</div>

docs/_sources/CONFIGURATION/activation_checkpointing.md.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Enable partitioned checkpointing.
3131

3232
Note that this is only available when you are using tensor model parallelism.
3333

34-
### 3. contiguous_checkpointing: `bool`
34+
### 4. contiguous_checkpointing: `bool`
3535

3636
Enable contiguous checkpointing.
3737

docs/source/CONFIGURATION/activation_checkpointing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Enable partitioned checkpointing.
3131

3232
Note that this is only available when you are using tensor model parallelism.
3333

34-
### 3. contiguous_checkpointing: `bool`
34+
### 4. contiguous_checkpointing: `bool`
3535

3636
Enable contiguous checkpointing.
3737

0 commit comments

Comments
 (0)