@@ -2,96 +2,99 @@ Welcome to the torchao Documentation
2
2
=======================================
3
3
4
4
**torchao ** is an open-source library that provides the functionality
5
- to quantize and prune your models using native PyTorch.
5
+ to quantize and prune your models using native PyTorch. Our documentation is under development
6
+ with more content coming soon.
6
7
7
- .. grid :: 3
8
+ ..
9
+ .. grid:: 3
8
10
9
- .. grid-item-card :: :octicon:`file-code;1em`
10
- Getting Started
11
- :img-top: _static/img/card-background.svg
12
- :link: getting-started.html
13
- :link-type: url
11
+ .. grid-item-card :: :octicon:`file-code;1em`
12
+ Getting Started
13
+ :img-top: _static/img/card-background.svg
14
+ :link: getting-started.html
15
+ :link-type: url
14
16
15
- Learn about how to get started with torchao
16
- and ts application in your projects.
17
+ Learn about how to get started with torchao
18
+ and ts application in your projects.
17
19
18
- .. grid-item-card :: :octicon:`file-code;1em`
19
- Concepts
20
- :img-top: _static/img/card-background.svg
21
- :link: dtypes.html
22
- :link-type: url
20
+ .. grid-item-card :: :octicon:`file-code;1em`
21
+ Concepts
22
+ :img-top: _static/img/card-background.svg
23
+ :link: dtypes.html
24
+ :link-type: url
23
25
24
- Learn about the key torchao concepts such
25
- as dtypes, quantization, sparsity, among others.
26
+ Learn about the key torchao concepts such
27
+ as dtypes, quantization, sparsity, among others.
26
28
27
- .. grid-item-card :: :octicon:`file-code;1em`
28
- API Reference
29
- :img-top: _static/img/card-background.svg
30
- :link: api_ref_intro.html
31
- :link-type: url
29
+ .. grid-item-card :: :octicon:`file-code;1em`
30
+ API Reference
31
+ :img-top: _static/img/card-background.svg
32
+ :link: api_ref_intro.html
33
+ :link-type: url
32
34
33
- A comprehensive reference for the torchao
34
- API and its functionalities.
35
+ A comprehensive reference for the torchao
36
+ API and its functionalities.
35
37
36
- Tutorials
37
- ~~~~~~~~~
38
+ Tutorials
39
+ ~~~~~~~~~
38
40
39
- Ready to experiment? Check out some of the
40
- torchao tutorials.
41
+ Ready to experiment? Check out some of the
42
+ torchao tutorials.
41
43
42
- .. customcardstart ::
44
+ .. customcardstart ::
43
45
44
- .. customcarditem ::
45
- :header: Template Tutorial
46
- :card_description: A placeholder template for demo purposes
47
- :image: _static/img/generic-pytorch-logo.png
48
- :link: tutorials/template_tutorial.html
49
- :tags: template
46
+ .. customcarditem ::
47
+ :header: Template Tutorial
48
+ :card_description: A placeholder template for demo purposes
49
+ :image: _static/img/generic-pytorch-logo.png
50
+ :link: tutorials/template_tutorial.html
51
+ :tags: template
50
52
51
- .. customcardend ::
53
+ .. customcardend ::
52
54
53
55
54
56
.. ----------------------------------------------------------------------
55
57
.. Below is the toctree i.e. it defines the content of the left sidebar.
56
58
.. Each of the entry below corresponds to a file.rst in docs/source/.
57
59
.. ----------------------------------------------------------------------
58
60
59
- .. toctree ::
60
- :glob:
61
- :maxdepth: 1
62
- :caption: Getting Started
63
- :hidden:
61
+ ..
62
+ .. toctree::
63
+ :glob:
64
+ :maxdepth: 1
65
+ :caption: Getting Started
66
+ :hidden:
64
67
65
- overview
66
- getting-started
68
+ overview
69
+ getting-started
67
70
68
- .. toctree ::
69
- :glob:
70
- :maxdepth: 1
71
- :caption: Concepts
72
- :hidden:
71
+ .. toctree ::
72
+ :glob:
73
+ :maxdepth: 1
74
+ :caption: Concepts
75
+ :hidden:
73
76
74
- dtypes
75
- quantization
76
- sparsity
77
- performant_kernels
77
+ dtypes
78
+ quantization
79
+ sparsity
80
+ performant_kernels
78
81
79
- .. toctree ::
80
- :glob:
81
- :maxdepth: 1
82
- :caption: Tutorials
83
- :hidden:
82
+ .. toctree ::
83
+ :glob:
84
+ :maxdepth: 1
85
+ :caption: Tutorials
86
+ :hidden:
84
87
85
- tutorials/template_tutorial
88
+ tutorials/template_tutorial
86
89
87
90
.. toctree ::
88
91
:glob:
89
92
:maxdepth: 1
90
93
:caption: API Reference
91
- :hidden:
92
94
93
95
api_ref_intro
94
96
api_ref_sparsity
95
97
api_ref_quantization
96
98
api_ref_dtypes
97
- api_ref_kernel
99
+ ..
100
+ api_ref_kernel
0 commit comments