Skip to content

Commit 20de1a9

Browse files
JacekDabrowski1JacekDabrowski1
authored andcommitted
Fix cost section runtime inconsistency and feature card label
- Updated cost section from 4.2s to 5.3s for 2M-node runtime (matching the updated 256-dim benchmark data for roadNet) - Changed feature card heading from "Built-in Classifiers" to "MLP Classifier" for specificity - Scale factor already corrected: 0.111s to 5.3s (~48x)
1 parent f263d00 commit 20de1a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ <h3>7 Alternative Algorithms</h3>
467467
<div class="feature-icon-svg">
468468
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="var(--accent-bright)" stroke-width="2"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>
469469
</div>
470-
<h3>Built-in Classifiers</h3>
470+
<h3>MLP Classifier</h3>
471471
<p>MLP classifier and Label Propagation included — pure numpy/scipy, no PyTorch, no GPU. Evaluate embedding quality directly without external dependencies.</p>
472472
</div>
473473
<div class="feature-card scroll-reveal" data-delay="100">
@@ -896,7 +896,7 @@ <h2>The Real Cost Per Embedding Job</h2>
896896
</div>
897897
<div class="cost-takeaway scroll-reveal">
898898
<div class="cost-takeaway-stat">&lt;$0.02</div>
899-
<div class="cost-takeaway-text">to embed 2M nodes on the CPU machine (4.2 seconds at $13.10/hr). GPU methods need a $40.45/hr machine — <em>and</em> Cleora gives you more addressable memory (1 TB vs 640 GB VRAM). As your graph outgrows GPU VRAM, Cleora keeps running. GPU methods fail.</div>
899+
<div class="cost-takeaway-text">to embed 2M nodes on the CPU machine (5.3 seconds at $13.10/hr). GPU methods need a $40.45/hr machine — <em>and</em> Cleora gives you more addressable memory (1 TB vs 640 GB VRAM). As your graph outgrows GPU VRAM, Cleora keeps running. GPU methods fail.</div>
900900
</div>
901901
</section>
902902

0 commit comments

Comments
 (0)