Commit 1a0935c6 authored by hwangjeff's avatar hwangjeff Committed by Facebook GitHub Bot
Browse files

Update stale prototype references (#2189)

Summary:
Missed a couple of spots in https://github.com/pytorch/audio/issues/2187.

Pull Request resolved: https://github.com/pytorch/audio/pull/2189

Reviewed By: carolineechen, nateanl, mthrok

Differential Revision: D33926342

Pulled By: hwangjeff

fbshipit-source-id: e1324c0fe8f9be90ad3143d19cd61c3d53f02b06
parent aca5591c
...@@ -58,8 +58,6 @@ Prototype API References ...@@ -58,8 +58,6 @@ Prototype API References
prototype prototype
prototype.ctc_decoder prototype.ctc_decoder
prototype.models
prototype.pipelines
Getting Started Getting Started
--------------- ---------------
......
...@@ -3,7 +3,7 @@ from argparse import ArgumentParser ...@@ -3,7 +3,7 @@ from argparse import ArgumentParser
import torch import torch
import torchaudio import torchaudio
from torchaudio.prototype.pipelines import EMFORMER_RNNT_BASE_LIBRISPEECH from torchaudio.pipelines import EMFORMER_RNNT_BASE_LIBRISPEECH
def cli_main(): def cli_main():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment