Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
lizhiping
text-generation-inference
Commits
56de96ab
Commit
56de96ab
authored
1 year ago
by
OlivierDehaene
Browse files
Options
Download
Email Patches
Plain Diff
missing arg
parent
29341dcc
feat/attention_sinks
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/text_generation_server/models/custom_modeling/flash_santacoder_modeling.py
...erver/models/custom_modeling/flash_santacoder_modeling.py
+1
-0
No files found.
server/text_generation_server/models/custom_modeling/flash_santacoder_modeling.py
View file @
56de96ab
...
...
@@ -363,6 +363,7 @@ class Block(nn.Module):
slots
,
input_lengths
,
max_s
,
prefill_cache_indices
):
hidden_states
,
residual
=
self
.
ln_1
(
hidden_states
,
residual
)
hidden_states
=
self
.
attn
(
...
...
This diff is collapsed.
Click to expand it.
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