Skip to content

Commit 02d6c2a

Browse files
committed
Add architecture diagram to project page
1 parent 73d6fb8 commit 02d6c2a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

webpage/assets/architecture.png

676 KB
Loading

webpage/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -821,14 +821,8 @@ <h2 class="section-title">How LLM-Codec Works</h2>
821821
</div>
822822

823823
<div class="arch-figure">
824-
825-
<div class="arch-placeholder">
826-
<div class="icon">&#x229E;</div>
827-
<p>Place architecture diagram here<br>
828-
<code
829-
style="font-size:12px;color:var(--text-muted)">&lt;img src="assets/architecture.png" alt="LLM-Codec Architecture"&gt;</code>
830-
</p>
831-
</div>
824+
<img src="assets/architecture.png"
825+
alt="LLM-Codec architecture diagram showing future token prediction and semantic alignment objectives">
832826
</div>
833827

834828
<div class="method-cards">

0 commit comments

Comments
 (0)