Skip to content

Commit

Permalink
Update doc from commit ae17298
Browse files Browse the repository at this point in the history
  • Loading branch information
torchxlabot2 committed Dec 4, 2024
1 parent 9d2d74f commit d7316ac
Show file tree
Hide file tree
Showing 47 changed files with 51 additions and 47 deletions.
2 changes: 1 addition & 1 deletion master/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/core/xla_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/debug/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/distributed/parallel_loader.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/experimental/eager.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/runtime.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/torch_xla.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
4 changes: 3 additions & 1 deletion master/_sources/contribute/configure-environment.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ via the Command Palette (`Python: Create Environment`).
Install the latest PyTorch and PyTorch/XLA releases:

``` bash
pip install numpy torch torch_xla[tpu] -f https://storage.googleapis.com/libtpu-releases/index.html
pip install numpy torch torch_xla[tpu] \
-f https://storage.googleapis.com/libtpu-wheels/index.html \
-f https://storage.googleapis.com/libtpu-releases/index.html
```

Create a file `test.py`:
Expand Down
2 changes: 1 addition & 1 deletion master/accelerators/gpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/accelerators/tpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/contribute/bazel.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/contribute/codegen_migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
6 changes: 4 additions & 2 deletions master/contribute/configure-environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down Expand Up @@ -487,7 +487,9 @@ <h3>Setting up a Visual Studio Code workspace with PyTorch/XLA<a class="headerli
environment</a>
via the Command Palette (<code class="docutils literal notranslate"><span class="pre">Python:</span> <span class="pre">Create</span> <span class="pre">Environment</span></code>).</p>
<p>Install the latest PyTorch and PyTorch/XLA releases:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>numpy<span class="w"> </span>torch<span class="w"> </span>torch_xla<span class="o">[</span>tpu<span class="o">]</span><span class="w"> </span>-f<span class="w"> </span>https://storage.googleapis.com/libtpu-releases/index.html
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>numpy<span class="w"> </span>torch<span class="w"> </span>torch_xla<span class="o">[</span>tpu<span class="o">]</span><span class="w"> </span><span class="se">\</span>
<span class="w"> </span>-f<span class="w"> </span>https://storage.googleapis.com/libtpu-wheels/index.html<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>-f<span class="w"> </span>https://storage.googleapis.com/libtpu-releases/index.html
</pre></div>
</div>
<p>Create a file <code class="docutils literal notranslate"><span class="pre">test.py</span></code>:</p>
Expand Down
2 changes: 1 addition & 1 deletion master/contribute/op_lowering.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/contribute/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/features/distop.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/features/pallas.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/features/stablehlo.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/features/triton.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/api-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/dynamic_shape.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/eager.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/pjrt.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/pytorch-on-xla-devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/troubleshoot.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/xla-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/notes/source_of_recompilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
Binary file modified master/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion master/perf/amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/ddp.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/dynamo.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/fori_loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/fsdp.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/fsdpv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/quantized_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/recompilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/spmd_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/spmd_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/spmd_distributed_checkpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/perf/spmd_gpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+gitb66c249 )
master (2.6.0+gitae17298 )
</div>


Expand Down
Loading

0 comments on commit d7316ac

Please sign in to comment.