Skip to content

Commit 1078fd6

Browse files
committed
auto-generating sphinx docs
1 parent c0a7aab commit 1078fd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main/_modules/torchtune/datasets/_concat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ <h1>Source code for torchtune.datasets._concat</h1><div class="highlight"><pre>
487487
<span class="sd"> derived from :class:`~torch.utils.data.Dataset`.</span>
488488

489489
<span class="sd"> Raises:</span>
490-
<span class="sd"> ValueError: if instanse of `PackedDataset` is in `datasets`</span>
490+
<span class="sd"> ValueError: if a mix of `PackedDataset` and non-`PackedDataset` datasets is provided</span>
491491

492492
<span class="sd"> Examples:</span>
493493
<span class="sd"> &gt;&gt;&gt; dataset1 = MyCustomDataset(params1)</span>

main/generated/torchtune.datasets.ConcatDataset.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <h1>ConcatDataset<a class="headerlink" href="#concatdataset" title="Permalink to
478478
derived from <a class="reference external" href="https://pytorch.org/docs/stable/data.html#torch.utils.data.Dataset" title="(in PyTorch v2.6)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Dataset</span></code></a>.</p>
479479
</dd>
480480
<dt class="field-even">Raises<span class="colon">:</span></dt>
481-
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.13)"><strong>ValueError</strong></a> – if instanse of <cite>PackedDataset</cite> is in <cite>datasets</cite></p>
481+
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.13)"><strong>ValueError</strong></a> – if a mix of <cite>PackedDataset</cite> and non-<cite>PackedDataset</cite> datasets is provided</p>
482482
</dd>
483483
</dl>
484484
<p class="rubric">Examples</p>

main/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)