Update llama.py
This commit is contained in:
parent
360234fbc7
commit
e19dee7474
1 changed files with 1 additions and 1 deletions
|
|
@ -1388,7 +1388,7 @@ def _wrap_fast_inference(generate, device_type, dtype, model):
|
|||
pass
|
||||
|
||||
# For newer HF
|
||||
kwargs["cache_implementation"] = "dynamic"
|
||||
# kwargs["cache_implementation"] = "dynamic"
|
||||
# For num_logits_to_keep
|
||||
kwargs["num_logits_to_keep"] = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue