"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "92f2fbad508f0f4640e91d5de67601e64e8bd2f3"
Unverified Commit b90fbc7e authored by Sanchit Gandhi's avatar Sanchit Gandhi Committed by GitHub
Browse files

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

* [Whisper] Remove embed_tokens from encoder docstring

* new line to retrigger CI

* remove new line
parent 2f320661
...@@ -737,7 +737,6 @@ class WhisperEncoder(WhisperPreTrainedModel): ...@@ -737,7 +737,6 @@ class WhisperEncoder(WhisperPreTrainedModel):
Args: Args:
config: WhisperConfig config: WhisperConfig
embed_tokens (nn.Embedding): output embedding
""" """
def __init__(self, config: WhisperConfig): def __init__(self, config: WhisperConfig):
......
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