[Whisper] Remove embed_tokens from encoder docstring (#21996)

* [Whisper] Remove embed_tokens from encoder docstring

* new line to retrigger CI

* remove new line
This commit is contained in:
Sanchit Gandhi 2023-03-11 14:03:36 +01:00 committed by GitHub
parent 2f320661f3
commit b90fbc7e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -737,7 +737,6 @@ class WhisperEncoder(WhisperPreTrainedModel):
Args:
config: WhisperConfig
embed_tokens (nn.Embedding): output embedding
"""
def __init__(self, config: WhisperConfig):