adding some business tasks to look at including in the demo, and updating the slides
This commit is contained in:
@@ -54,7 +54,7 @@ export default function Slide7BuyersGuide({
|
||||
Easy Setup & Hardware Guide
|
||||
</h2>
|
||||
<p className="text-slate-400 text-xs sm:text-sm leading-relaxed mb-5">
|
||||
Buying or repurposing hardware is simple once you isolate your goals. Modern large models scale entirely based on **Memory Bandwidth** rather than CPU cores. Select your options below to see your optimal setup plan:
|
||||
Buying or repurposing hardware is simple once you isolate your goals. Modern large models scale entirely based on **Memory Bandwidth** rather than CPU cores.
|
||||
</p>
|
||||
|
||||
<div className="mb-4">
|
||||
@@ -130,13 +130,13 @@ export default function Slide7BuyersGuide({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="bg-rose-950/15 border border-rose-900/25 p-4 rounded-lg text-slate-350 font-sans text-[11px] leading-relaxed flex gap-3">
|
||||
{/* <div className="bg-rose-950/15 border border-rose-900/25 p-4 rounded-lg text-slate-350 font-sans text-[11px] leading-relaxed flex gap-3">
|
||||
<AlertTriangle className="w-5 h-5 text-rose-500 shrink-0 animate-pulse" />
|
||||
<div>
|
||||
<span className="font-mono text-[9.5px] font-bold text-rose-400 tracking-wider block uppercase mb-1">// CRITICAL BUYER SHIELD PROTOCOL:</span>
|
||||
Do NOT buy multiple CPU-core servers expecting quick inference speeds. LLM read-phases are bound strictly by **Memory Bandwidth**. Prefer Apple Silicon (Unified Memory bus width > 300GB/s) or discrete Nvidia RTX Series GPUs. CPU-only rendering will result in a 5x to 10x speed penalty.
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
<div className="lg:col-span-7 flex flex-col w-full font-sans">
|
||||
|
||||
Reference in New Issue
Block a user