We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d353d5d commit 4ad65b2Copy full SHA for 4ad65b2
_includes/header.liquid
@@ -66,6 +66,11 @@
66
<i class="fa-solid fa-file-pdf"></i>
67
</a>
68
</li>
69
+ <li class="nav-item">
70
+ <a class="nav-link" href={{ page.external-links.docs }} title="Docs">
71
+ <i class="fa-solid fa-book"></i>
72
+ </a>
73
+ </li>
74
{% endif %}
75
76
_pages/magiattn.md
@@ -22,6 +22,7 @@ typograms: true
22
external-links:
23
github: https://github.com/SandAI-org/MagiAttention
24
arxiv: https://arxiv.org/pdf/2505.13211
25
+ docs: https://sandai-org.github.io/MagiAttention/docs
26
27
authors:
28
- name: Zewei Tao
0 commit comments