Skip to content

Commit 812ff27

Browse files
authored
Remove prototypes from release (#3592)
1 parent 49d3eec commit 812ff27

File tree

83 files changed

+0
-9611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+0
-9611
lines changed

docs/source/_templates/autosummary/model_class.rst

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,6 @@
5656
],
5757
}
5858
-%}
59-
{%- set prototype_factory = {
60-
"torchaudio.models.Wav2Vec2Model": [
61-
"emformer_hubert_model",
62-
"emformer_hubert_base",
63-
"conformer_wav2vec2_model",
64-
"conformer_wav2vec2_base",
65-
],
66-
"torchaudio.models.RNNT": [
67-
"conformer_rnnt_model",
68-
"conformer_rnnt_base",
69-
],
70-
}
71-
-%}
7259
{%- set utils={
7360
"torchaudio.models.Wav2Vec2Model": [
7461
"~torchaudio.models.wav2vec2.utils.import_fairseq_model",
@@ -143,25 +130,6 @@ Factory Functions
143130

144131
{%- endif %}
145132

146-
.. PROTOTYPE FACTORY FUNCTIONS
147-
148-
{%- if prototype_factory[fullname] %}
149-
150-
Prototype Factory Functions
151-
===========================
152-
153-
.. currentmodule:: torchaudio.prototype.models
154-
155-
.. autosummary::
156-
:toctree: ../generated
157-
:nosignatures:
158-
159-
{% for item in prototype_factory[fullname] %}
160-
{{["~torchaudio.prototype.models", item] | join('.')}}
161-
{%- endfor %}
162-
163-
{%- endif %}
164-
165133
.. UTILITY FUNCTIONS
166134
167135
{%- if utils[fullname] %}

docs/source/_templates/autosummary/prototype_model_class.rst

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,6 @@ model implementations and application components.
108108
kaldi_io
109109
utils
110110

111-
.. toctree::
112-
:maxdepth: 1
113-
:caption: Python Prototype API Reference
114-
:hidden:
115-
116-
prototype
117-
prototype.datasets
118-
prototype.functional
119-
prototype.models
120-
prototype.pipelines
121-
prototype.transforms
122-
123-
.. toctree::
124-
:maxdepth: 1
125-
:caption: C++ Prototype API Reference
126-
:hidden:
127-
128-
libtorchaudio
129-
libtorchaudio.stream_reader
130-
libtorchaudio.stream_writer
131-
132111
.. toctree::
133112
:maxdepth: 1
134113
:caption: PyTorch Libraries
@@ -259,34 +238,6 @@ Tutorials
259238
:link: tutorials/audio_feature_augmentation_tutorial.html
260239
:tags: Preprocessing
261240

262-
.. customcarditem::
263-
:header: Generating waveforms with oscillator
264-
:card_description:
265-
:image: _images/sphx_glr_oscillator_tutorial_003.png
266-
:link: tutorials/oscillator_tutorial.html
267-
:tags: DSP
268-
269-
.. customcarditem::
270-
:header: Additive Synthesis
271-
:card_description:
272-
:image: _images/sphx_glr_additive_synthesis_tutorial_001.png
273-
:link: tutorials/additive_synthesis_tutorial.html
274-
:tags: DSP
275-
276-
.. customcarditem::
277-
:header: Designing digital filters
278-
:card_description:
279-
:image: _images/sphx_glr_filter_design_tutorial_001.png
280-
:link: tutorials/filter_design_tutorial.html
281-
:tags: DSP
282-
283-
.. customcarditem::
284-
:header: Subtractive Synthesis
285-
:card_description:
286-
:image: _images/sphx_glr_subtractive_synthesis_tutorial_002.png
287-
:link: tutorials/subtractive_synthesis_tutorial.html
288-
:tags: DSP
289-
290241
.. customcarditem::
291242
:header: Audio dataset
292243
:card_description: Learn how to use <code>torchaudio.datasets</code> module.

docs/source/libtorchaudio.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/source/libtorchaudio.stream_reader.rst

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)