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
chenpangpang
transformers
Commits
543889f3
Unverified
Commit
543889f3
authored
Mar 28, 2024
by
Arthur
Committed by
GitHub
Mar 28, 2024
Browse files
[`GptNeox`] don't gather on pkv when using the trainer (#29892)
don't gather on pkv when using the trainer
parent
b256516a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/transformers/models/gpt_neox/configuration_gpt_neox.py
src/transformers/models/gpt_neox/configuration_gpt_neox.py
+1
-0
No files found.
src/transformers/models/gpt_neox/configuration_gpt_neox.py
View file @
543889f3
...
...
@@ -103,6 +103,7 @@ class GPTNeoXConfig(PretrainedConfig):
```"""
model_type
=
"gpt_neox"
keys_to_ignore_at_inference
=
[
"past_key_values"
]
def
__init__
(
self
,
...
...
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