Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
60c872d4
Unverified
Commit
60c872d4
authored
Mar 14, 2025
by
Chen Zhang
Committed by
GitHub
Mar 13, 2025
Browse files
[Doc] Fix small typo in Transformers fallback (#14791)
Signed-off-by:
Chen Zhang
<
zhangch99@outlook.com
>
parent
3fb17d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/models/supported_models.md
docs/source/models/supported_models.md
+1
-1
No files found.
docs/source/models/supported_models.md
View file @
60c872d4
...
...
@@ -101,7 +101,7 @@ class MyAttention(nn.Module):
def forward(self, hidden_states, **kwargs): # <- kwargs are required
...
attention_interface =
attention_interface =
ALL_ATTENTION_FUNCTIONS[self.config._attn_implementation]
attention_interface = ALL_ATTENTION_FUNCTIONS[self.config._attn_implementation]
attn_output, attn_weights = attention_interface(
self,
query_states,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment