Update configuration_Hixtral.py
Browse files- configuration_Hixtral.py +2 -0
configuration_Hixtral.py
CHANGED
@@ -68,6 +68,8 @@ class HixtralConfig(PretrainedConfig):
|
|
68 |
self.intermediate_size = intermediate_size
|
69 |
self.num_hidden_layers = num_hidden_layers
|
70 |
self.num_attention_heads = num_attention_heads
|
|
|
|
|
71 |
|
72 |
# for backward compatibility
|
73 |
if num_key_value_heads is None:
|
|
|
68 |
self.intermediate_size = intermediate_size
|
69 |
self.num_hidden_layers = num_hidden_layers
|
70 |
self.num_attention_heads = num_attention_heads
|
71 |
+
self.num_experts_per_tok = num_experts_per_tok
|
72 |
+
self.num_local_experts = num_local_experts
|
73 |
|
74 |
# for backward compatibility
|
75 |
if num_key_value_heads is None:
|