Skip to content

Commit 94be5ac

Browse files
committed
Generate Python docs from pytorch/pytorch@6c934a8
1 parent 0ebda08 commit 94be5ac

File tree

2,208 files changed

+2306
-2309
lines changed

Some content is hidden

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

2,208 files changed

+2306
-2309
lines changed

docs/main/_dynamo.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<div class="pytorch-left-menu-search">
238238

239239
<div class="version">
240-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
240+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
241241
</div>
242242

243243

@@ -619,9 +619,7 @@
619619
<li><p><strong>False.</strong></p></li>
620620
<li><p><strong>decomposition_table</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.11)"><em>dict</em></a>) – A dictionary that maps operators to their decomposition functions.</p></li>
621621
<li><p><strong>None.</strong> (<em>Required if aten_graph</em><em> or </em><em>tracing_mode is specified. Default is</em>) – </p></li>
622-
<li><p><strong>tracing_mode</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – Specifies the tracing mode. Must be set to “real” if decomposition_table is not specified.</p></li>
623-
<li><p><strong>specified</strong> (<em>If decomposition_table is</em>) – </p></li>
624-
<li><p><strong>&quot;real&quot;.</strong> (<em>the options are &quot;symbolic&quot;</em><em> or </em><em>&quot;fake&quot;. Default is</em>) – </p></li>
622+
<li><p><strong>tracing_mode</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – If “symbolic”, turn on dynamic shapes support. Default is “symbolic”.</p></li>
625623
<li><p><strong>**kwargs</strong> – Arbitrary keyword arguments to be passed to the function f.</p></li>
626624
</ul>
627625
</dd>
@@ -632,7 +630,7 @@
632630
</dd>
633631
<dt class="field-odd">Raises<span class="colon">:</span></dt>
634632
<dd class="field-odd"><ul class="simple">
635-
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#AssertionError" title="(in Python v3.11)"><strong>AssertionError</strong></a> – If decomposition_table or tracing_mode is specified without setting aten_graph=True,</p></li>
633+
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#AssertionError" title="(in Python v3.11)"><strong>AssertionError</strong></a> – If decomposition_table is specified without setting aten_graph=True,</p></li>
636634
<li><p><strong>or if graph breaks during tracing in export.</strong></p></li>
637635
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#AssertionError" title="(in Python v3.11)"><strong>AssertionError</strong></a> – If Dynamo input and output is not consistent with traced input/output.</p></li>
638636
</ul>

docs/main/_images/RReLU.png

99 Bytes

docs/main/_modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/__config__.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_dynamo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_dynamo/backends/registry.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_dynamo/eval_frame.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

@@ -1194,8 +1194,7 @@ <h1>Source code for torch._dynamo.eval_frame</h1><div class="highlight"><pre>
11941194
<span class="sd"> decomposition_table (dict): A dictionary that maps operators to their decomposition functions.</span>
11951195
<span class="sd"> Required if aten_graph or tracing_mode is specified. Default is None.</span>
11961196

1197-
<span class="sd"> tracing_mode (str): Specifies the tracing mode. Must be set to &quot;real&quot; if decomposition_table is not specified.</span>
1198-
<span class="sd"> If decomposition_table is specified, the options are &quot;symbolic&quot; or &quot;fake&quot;. Default is &quot;real&quot;.</span>
1197+
<span class="sd"> tracing_mode (str): If &quot;symbolic&quot;, turn on dynamic shapes support. Default is &quot;symbolic&quot;.</span>
11991198

12001199
<span class="sd"> **kwargs: Arbitrary keyword arguments to be passed to the function f.</span>
12011200

@@ -1205,7 +1204,7 @@ <h1>Source code for torch._dynamo.eval_frame</h1><div class="highlight"><pre>
12051204
<span class="sd"> Guards: The guards we accumulated during tracing f above</span>
12061205

12071206
<span class="sd"> Raises:</span>
1208-
<span class="sd"> AssertionError: If decomposition_table or tracing_mode is specified without setting aten_graph=True,</span>
1207+
<span class="sd"> AssertionError: If decomposition_table is specified without setting aten_graph=True,</span>
12091208
<span class="sd"> or if graph breaks during tracing in export.</span>
12101209

12111210
<span class="sd"> AssertionError: If Dynamo input and output is not consistent with traced input/output.</span>

docs/main/_modules/torch/_jit_internal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_lobpcg.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_logging/_internal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_lowrank.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_tensor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_tensor_str.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/_utils.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/amp/autocast_mode.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/modules/fused.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/qat/modules/conv_fused.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/qat/modules/linear_relu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/quantized/modules/bn_relu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/quantized/modules/conv_relu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/intrinsic/quantized/modules/linear_relu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/qat/dynamic/modules/linear.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/qat/modules/conv.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/qat/modules/linear.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantizable/modules/activation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantizable/modules/rnn.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/dynamic/modules/linear.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/dynamic/modules/rnn.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/functional.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/activation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/batchnorm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/conv.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/embedding_ops.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/functional_modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/linear.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/nn/quantized/modules/normalization.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/ns/_numeric_suite.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/ns/_numeric_suite_fx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

docs/main/_modules/torch/ao/ns/fx/utils.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<div class="pytorch-left-menu-search">
236236

237237
<div class="version">
238-
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git35991df ) &#x25BC</a>
238+
<a href='https://pytorch.org/docs/versions.html'>master (2.1.0a0+git6c934a8 ) &#x25BC</a>
239239
</div>
240240

241241

0 commit comments

Comments
 (0)