We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d6fb8 commit 02d6c2aCopy full SHA for 02d6c2a
2 files changed
webpage/assets/architecture.png
676 KB
webpage/index.html
@@ -821,14 +821,8 @@ <h2 class="section-title">How LLM-Codec Works</h2>
821
</div>
822
823
<div class="arch-figure">
824
-
825
- <div class="arch-placeholder">
826
- <div class="icon">⊞</div>
827
- <p>Place architecture diagram here<br>
828
- <code
829
- style="font-size:12px;color:var(--text-muted)"><img src="assets/architecture.png" alt="LLM-Codec Architecture"></code>
830
- </p>
831
- </div>
+ <img src="assets/architecture.png"
+ alt="LLM-Codec architecture diagram showing future token prediction and semantic alignment objectives">
832
833
834
<div class="method-cards">
0 commit comments