Skip to content

Commit fa8b08e

Browse files
jiengupskyzh
andauthored
Revert "fix: Use non-traditional RoPE in Qwen2 test case. (#56)" (#62)
* Revert "fix: Use non-traditional RoPE in Qwen2 test case. (#56)" This reverts commit bf3383d. * Update week1-03-gqa.md with RoPE note and test command Added note about using non-traditional RoPE and testing command. --------- Co-authored-by: Alex Chi Z. <4198311+skyzh@users.noreply.github.com>
1 parent 81b917d commit fa8b08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_refsol/test_week_1_day_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def test_task_3_qwen2_grouped_query_attention(
158158
rms_norm_eps=1e-6,
159159
vocab_size=1000,
160160
rope_theta=theta,
161-
rope_traditional=True,
161+
rope_traditional=False,
162162
max_position_embeddings=max_seq_len,
163163
)
164164

0 commit comments

Comments
 (0)