Skip to content

Commit c728781

Browse files
authored
Turn off rope
1 parent f326e97 commit c728781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_fsdp/utils/config_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def get_model_config(model_variant):
175175
"num_heads_kv": 8,
176176
"out_proj_bias": False,
177177
"qkv_proj_bias": False,
178-
"rotary_emb_dim": 64,
178+
"rotary_emb_dim": 0,
179179
},
180180
"rms_norm": True,
181181
"residual_in_fp32": True,

0 commit comments

Comments
 (0)