Unverified Commit 0963a250 authored by Calico's avatar Calico Committed by GitHub
Browse files

fix(configuration_llama): add `keys_to_ignore_at_inference` to `LlamaConfig` (#23891)

parent 00f6ba0e
......@@ -79,6 +79,7 @@ class LlamaConfig(PretrainedConfig):
>>> configuration = model.config
```"""
model_type = "llama"
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