Unverified Commit 543889f3 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

[`GptNeox`] don't gather on pkv when using the trainer (#29892)

don't gather on pkv when using the trainer
parent b256516a
......@@ -103,6 +103,7 @@ class GPTNeoXConfig(PretrainedConfig):
```"""
model_type = "gpt_neox"
keys_to_ignore_at_inference = ["past_key_values"]
def __init__(
self,
......
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