This commit is contained in:
Younes Belkada 2024-05-31 12:35:41 +02:00
parent a2ba705323
commit 518810619b
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ class LlamaDecoderLayer(nn.Module):
(see `past_key_values`).
past_key_value (`Tuple(torch.FloatTensor)`, *optional*): cached past key and value projection states
cache_position (`torch.LongTensor`, *optional*): position ids of cache
kwargs (`dict`, *optional*):
kwargs (`dict`, *optional*):
Arbitrary kwargs to be ignored, used for FSDP and other methods that injects code
into the model
"""