Deci
/

Text Generation
Transformers
Safetensors
English
Deci AI
DeciLM
custom_code
Eval Results
itay-levy commited on
Commit
0f5c576
1 Parent(s): 682cdf0

Update configuration_decilm.py

Browse files
Files changed (1) hide show
  1. configuration_decilm.py +1 -1
configuration_decilm.py CHANGED
@@ -32,7 +32,7 @@ class DeciLMConfig(LlamaConfig):
32
 
33
  def __init__(
34
  self,
35
- num_key_value_heads_per_layer: list[int] = None,
36
  naive_attention_prefill: bool = False,
37
  naive_attention_decode_batched: bool = False,
38
  naive_attention_decode_single: bool = False,
 
32
 
33
  def __init__(
34
  self,
35
+ num_key_value_heads_per_layer: list = None,
36
  naive_attention_prefill: bool = False,
37
  naive_attention_decode_batched: bool = False,
38
  naive_attention_decode_single: bool = False,