File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
records/track_10min_16mb/2026-03-25_11L_ParallelMuon_MLP3x_TTT Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ class Hyperparameters:
8888 xsa_last_n = int (os .environ .get ("XSA_LAST_N" , 4 ))
8989 rope_dims = int (os .environ .get ("ROPE_DIMS" , 16 ))
9090 ln_scale = bool (int (os .environ .get ("LN_SCALE" , "1" )))
91- ve_enabled = bool (int (os .environ .get ("VE_ENABLED" , "1 " )))
91+ ve_enabled = bool (int (os .environ .get ("VE_ENABLED" , "0 " )))
9292 ve_dim = int (os .environ .get ("VE_DIM" , 32 ))
9393 ve_layers = os .environ .get ("VE_LAYERS" , "9,10" )
9494
9595 use_smeargate = bool (int (os .environ .get ("USE_SMEARGATE" , "1" )))
96- use_bigramhash = bool (int (os .environ .get ("USE_BIGRAMHASH" , "0 " )))
96+ use_bigramhash = bool (int (os .environ .get ("USE_BIGRAMHASH" , "1 " )))
9797 use_value_residual = bool (int (os .environ .get ("USE_VALUE_RESIDUAL" , "1" )))
9898 use_gated_attention = bool (int (os .environ .get ("USE_GATED_ATTENTION" , "1" )))
9999
You can’t perform that action at this time.
0 commit comments