Skip to content

Commit e4ffffd

Browse files
committed
UPdate
1 parent e69208a commit e4ffffd

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ accelerate>=0.20.1
4444
importlib-metadata==6.8.0
4545

4646
# PyTorch Theme
47-
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@b2f32537f5e56086cdd35dcef7ca9fb6ed956543#egg=pytorch_sphinx_theme2
47+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
4848

4949
ipython
5050

prototype_source/prototype_index.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -294,29 +294,29 @@ Prototype features are not available as part of binary distributions like PyPI o
294294
.. toctree::
295295
:hidden:
296296

297-
prototype/context_parallel
298-
prototype/fx_graph_mode_quant_guide
299-
prototype/fx_graph_mode_ptq_dynamic
300-
prototype/fx_graph_mode_ptq_static
301-
prototype/flight_recorder_tutorial
302-
prototype/graph_mode_dynamic_bert_tutorial
303-
prototype/inductor_cpp_wrapper_tutorial
304-
prototype/inductor_windows
305-
prototype/pt2e_quantizer
306-
prototype/pt2e_quant_ptq
307-
prototype/pt2e_quant_qat
308-
prototype/ios_gpu_workflow
309-
prototype/nnapi_mobilenetv2
310-
prototype/tracing_based_selective_build
311-
prototype/ios_coreml_workflow
312-
prototype/numeric_suite_tutorial
313-
prototype/torchscript_freezing
314-
prototype/vmap_recipe
315-
prototype/vulkan_workflow
316-
prototype/nestedtensor
317-
prototype/maskedtensor_overview
318-
prototype/maskedtensor_sparsity
319-
prototype/maskedtensor_advanced_semantics
320-
prototype/maskedtensor_adagrad
321-
prototype/python_extension_autoload
322-
prototype/max_autotune_CPU_with_gemm_template_tutorial
297+
prototype/context_parallel.html
298+
prototype/fx_graph_mode_quant_guide.html
299+
prototype/fx_graph_mode_ptq_dynamic.html
300+
prototype/fx_graph_mode_ptq_static.html
301+
prototype/flight_recorder_tutorial.html
302+
prototype/graph_mode_dynamic_bert_tutorial.html
303+
prototype/inductor_cpp_wrapper_tutorial.html
304+
prototype/inductor_windows.html
305+
prototype/pt2e_quantizer.html
306+
prototype/pt2e_quant_ptq.html
307+
prototype/pt2e_quant_qat.html
308+
prototype/ios_gpu_workflow.html
309+
prototype/nnapi_mobilenetv2.html
310+
prototype/tracing_based_selective_build.html
311+
prototype/ios_coreml_workflow.html
312+
prototype/numeric_suite_tutorial.html
313+
prototype/torchscript_freezing.html
314+
prototype/vmap_recipe.html
315+
prototype/vulkan_workflow.html
316+
prototype/nestedtensor.html
317+
prototype/maskedtensor_overview.html
318+
prototype/maskedtensor_sparsity.html
319+
prototype/maskedtensor_advanced_semantics.html
320+
prototype/maskedtensor_adagrad.html
321+
prototype/python_extension_autoload.html
322+
prototype/max_autotune_CPU_with_gemm_template_tutorial.html

0 commit comments

Comments
 (0)