Skip to content

Commit 80f377d

Browse files
committed
remove unnecessary comment
1 parent 8b125d8 commit 80f377d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

challenges/hard/83_turboquant_attention/challenge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<p>
10-
<strong>Background - how the keys were compressed</strong> (already done for you, not part of the challenge):
10+
<strong>Background - how the keys were compressed</strong> (Not part of the challenge):
1111
</p>
1212
<ol>
1313
<li><strong>Rotate</strong>: multiply key by orthogonal matrix \(\Pi\): \(\;y = \Pi \cdot K\). This makes each

0 commit comments

Comments
 (0)