Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cf783ec3fa4bf23b54613056da754048
config: 0a778e64708dee451b9ad4e583ef400d
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* `Compiled Autograd: 为 torch.compile 捕获更大的后向图 <https://pytorch-cn.com/tutorials/intermediate/compiled_autograd_tutorial.html>`__
* `通过区域编译减少 torch.compile 冷启动编译时间 <https://pytorch-cn.com/tutorials/recipes/regional_compilation.html>`__
* `如何在 Windows CPU 上使用 TorchInductor <https://pytorch-cn.org/tutorials/prototype/inductor_windows_cpu.html>`__
* `如何在 Windows CPU 上使用 TorchInductor <https://pytorch-cn.com/tutorials/prototype/inductor_windows_cpu.html>`__

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ <h1>欢迎来到 PyTorch 教程<a class="headerlink" href="#pytorch" title="Perm
<ul class="simple">
<li><p><a class="reference external" href="https://pytorch-cn.com/tutorials/intermediate/compiled_autograd_tutorial.html">Compiled Autograd: 为 torch.compile 捕获更大的后向图</a></p></li>
<li><p><a class="reference external" href="https://pytorch-cn.com/tutorials/recipes/regional_compilation.html">通过区域编译减少 torch.compile 冷启动编译时间</a></p></li>
<li><p><a class="reference external" href="https://pytorch-cn.org/tutorials/prototype/inductor_windows_cpu.html">如何在 Windows CPU 上使用 TorchInductor</a></p></li>
<li><p><a class="reference external" href="https://pytorch-cn.com/tutorials/prototype/inductor_windows_cpu.html">如何在 Windows CPU 上使用 TorchInductor</a></p></li>
</ul>
<div class="tutorials-callout-container">
<div class="row"><p><div class="col-md-6">
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* `Compiled Autograd: 为 torch.compile 捕获更大的后向图 <https://pytorch-cn.com/tutorials/intermediate/compiled_autograd_tutorial.html>`__
* `通过区域编译减少 torch.compile 冷启动编译时间 <https://pytorch-cn.com/tutorials/recipes/regional_compilation.html>`__
* `如何在 Windows CPU 上使用 TorchInductor <https://pytorch-cn.org/tutorials/prototype/inductor_windows_cpu.html>`__
* `如何在 Windows CPU 上使用 TorchInductor <https://pytorch-cn.com/tutorials/prototype/inductor_windows_cpu.html>`__

.. raw:: html

Expand Down
Loading