Skip to content

Commit 65f24a6

Browse files
committed
Sparsity developer_notes
1 parent 32d9b0b commit 65f24a6

File tree

2 files changed

+944
-4
lines changed

2 files changed

+944
-4
lines changed

docs/source/index.rst

+26-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welcome to the torchao Documentation
33

44
`torchao <https://github.com/pytorch/ao>`__ is a library for custom data types & optimizations. Quantize and sparsify weights, gradients, optimizers & activations for inference and training using native PyTorch. Please checkout torchao `README <https://github.com/pytorch/ao#torchao-pytorch-architecture-optimization>`__ for an overall introduction to the library and recent highlight and updates. The documentation here will focus on:
55

6-
1. API Reference
6+
1. API Reference
77
2. Developer Contribution Guide
88
3. Tutorials
99

@@ -89,17 +89,41 @@ Welcome to the torchao Documentation
8989
..
9090
api_ref_kernel
9191
92+
.. toctree::
93+
:glob:
94+
:maxdepth: 1
95+
:caption: Community
96+
97+
contributor_guide
98+
99+
.. toctree::
100+
:glob:
101+
:maxdepth: 1
102+
:caption: API Reference
103+
104+
api_ref_dtypes
105+
api_ref_quantization
106+
api_ref_sparsity
107+
..
108+
api_ref_kernel
109+
92110
.. toctree::
93111
:glob:
94112
:maxdepth: 1
95113
:caption: Contributor Guide
96114

97115
contributor_guide
98116

117+
.. toctree::
118+
:glob:
119+
:maxdepth: 1
120+
:caption: Developer Notes
121+
122+
sparsity
123+
99124
.. toctree::
100125
:glob:
101126
:maxdepth: 1
102127
:caption: Tutorials
103128

104129
serialization
105-

0 commit comments

Comments
 (0)