Skip to content

Commit

Permalink
Deploying to gh-pages from @ a4ea5d1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Sep 26, 2024
1 parent 7eb1724 commit b1db83e
Show file tree
Hide file tree
Showing 20 changed files with 847 additions and 126 deletions.
6 changes: 5 additions & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down Expand Up @@ -736,6 +736,8 @@ <h2 id="C">C</h2>
<li><a href="torchrec.distributed.planner.html#torchrec.distributed.planner.utils.LuusJaakolaSearch.clamp">clamp() (torchrec.distributed.planner.utils.LuusJaakolaSearch method)</a>
</li>
<li><a href="torchrec.distributed.planner.html#torchrec.distributed.planner.proposers.EmbeddingOffloadScaleupProposer.clf_to_bytes">clf_to_bytes() (torchrec.distributed.planner.proposers.EmbeddingOffloadScaleupProposer static method)</a>
</li>
<li><a href="torchrec.optim.html#torchrec.optim.clipping.GradientClippingOptimizer.clip_grad_norm_">clip_grad_norm_() (torchrec.optim.clipping.GradientClippingOptimizer method)</a>
</li>
<li><a href="torchrec.modules.html#torchrec.modules.mc_modules.DistanceLFU_EvictionPolicy.coalesce_history_metadata">coalesce_history_metadata() (torchrec.modules.mc_modules.DistanceLFU_EvictionPolicy method)</a>

Expand Down Expand Up @@ -3679,6 +3681,8 @@ <h2 id="S">S</h2>
<li><a href="torchrec.optim.html#torchrec.optim.warmup.WarmupStage.sgdr_period">sgdr_period (torchrec.optim.warmup.WarmupStage attribute)</a>
</li>
<li><a href="torchrec.distributed.html#torchrec.distributed.embedding_types.OptimType.SHAMPOO">SHAMPOO (torchrec.distributed.embedding_types.OptimType attribute)</a>
</li>
<li><a href="torchrec.distributed.html#torchrec.distributed.embedding_types.OptimType.SHAMPOO_MRS">SHAMPOO_MRS (torchrec.distributed.embedding_types.OptimType attribute)</a>
</li>
<li><a href="torchrec.distributed.html#torchrec.distributed.embedding_types.OptimType.SHAMPOO_V2">SHAMPOO_V2 (torchrec.distributed.embedding_types.OptimType attribute)</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


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


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion torchrec.datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.datasets.scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
7 changes: 6 additions & 1 deletion torchrec.distributed.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down Expand Up @@ -5678,6 +5678,11 @@
<span class="sig-name descname"><span class="pre">SHAMPOO</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'SHAMPOO'</span></em><a class="headerlink" href="#torchrec.distributed.embedding_types.OptimType.SHAMPOO" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="torchrec.distributed.embedding_types.OptimType.SHAMPOO_MRS">
<span class="sig-name descname"><span class="pre">SHAMPOO_MRS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'SHAMPOO_MRS'</span></em><a class="headerlink" href="#torchrec.distributed.embedding_types.OptimType.SHAMPOO_MRS" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="torchrec.distributed.embedding_types.OptimType.SHAMPOO_V2">
<span class="sig-name descname"><span class="pre">SHAMPOO_V2</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'SHAMPOO_V2'</span></em><a class="headerlink" href="#torchrec.distributed.embedding_types.OptimType.SHAMPOO_V2" title="Permalink to this definition">¶</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion torchrec.distributed.planner.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.distributed.sharding.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.fx.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.inference.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
2 changes: 1 addition & 1 deletion torchrec.models.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@


<div class="version">
1.1.0.dev20240925+cpu
1.1.0.dev20240926+cpu
</div>


Expand Down
Loading

0 comments on commit b1db83e

Please sign in to comment.