Crystalcareai commited on
Commit
c28e2ee
1 Parent(s): 66c1565

Update configuration_gemmoe.py

Browse files
Files changed (1) hide show
  1. configuration_gemmoe.py +2 -2
configuration_gemmoe.py CHANGED
@@ -156,8 +156,8 @@ class GemmoeConfig(PretrainedConfig):
156
  attention_dropout=0.0,
157
  num_experts_per_tok=2,
158
  num_local_experts=8,
159
- n_shared_experts=None,
160
- n_routed_experts=None,
161
  moe_layer_freq=1,
162
  first_k_dense_replace=0,
163
  norm_topk_prob=False,
 
156
  attention_dropout=0.0,
157
  num_experts_per_tok=2,
158
  num_local_experts=8,
159
+ n_shared_experts=8,
160
+ n_routed_experts=2,
161
  moe_layer_freq=1,
162
  first_k_dense_replace=0,
163
  norm_topk_prob=False,