Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
<p class="text-center text-gray-600 mb-6 max-w-2xl">
|
68 |
This visualization demonstrates how FlashInfer computes attention by:
|
69 |
<br>1. Calculating partial "Attention States" (s, v) for subsets of Key-Value pairs.
|
70 |
-
<br>2. Recursively merging these states using the
|
71 |
</p>
|
72 |
|
73 |
<canvas id="attentionCanvas" width="800" height="400"></canvas>
|
|
|
67 |
<p class="text-center text-gray-600 mb-6 max-w-2xl">
|
68 |
This visualization demonstrates how FlashInfer computes attention by:
|
69 |
<br>1. Calculating partial "Attention States" (s, v) for subsets of Key-Value pairs.
|
70 |
+
<br>2. Recursively merging these states using the ⊕ operator to get the final result.
|
71 |
</p>
|
72 |
|
73 |
<canvas id="attentionCanvas" width="800" height="400"></canvas>
|