"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9fc1951711e5377ffa1f06614ca37d4d5ad281a8"
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):
Args:
config: WhisperConfig
embed_tokens (nn.Embedding): output embedding
"""
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