Skip to content

Commit 083700e

Browse files
committed
docs(2025-06-11-kubecon-hk): updated
1 parent f815c57 commit 083700e

File tree

1 file changed

+25
-29
lines changed

1 file changed

+25
-29
lines changed

packages/2025-06-11-kubecon-hk/slides.md

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,10 +1794,12 @@ glow: bottom
17941794
>
17951795
<div
17961796
v-for="(item, idx) in [
1797-
{ x: 20, y: 25, r: 40, color: 'rgba(139, 92, 246, 0.5)', label: 'Llama-3' },
1798-
{ x: 120, y: 55, r: 30, color: 'rgba(139, 92, 246, 0.5)', label: 'Mistral' },
1799-
{ x: 75, y: 130, r: 50, color: 'rgba(139, 92, 246, 0.5)', label: 'PyTorch' },
1800-
{ x: 170, y: 120, r: 35, color: 'rgba(139, 92, 246, 0.5)', label: 'SD-3' }
1797+
{ x: 20, y: 25, r: 50, color: 'rgba(139, 92, 246, 0.5)', label: 'DeepSeek-R1' },
1798+
{ x: 125, y: 55, r: 40, color: 'rgba(139, 92, 246, 0.5)', label: 'Qwen' },
1799+
{ x: 80, y: 120, r: 30, color: 'rgba(139, 92, 246, 0.5)', label: 'FLUX' },
1800+
{ x: 210, y: 80, r: 25, color: 'rgba(139, 92, 246, 0.5)', label: 'SD-3' },
1801+
{ x: 250, y: 5, r: 50, color: 'rgba(139, 92, 246, 0.5)', label: 'DeepSeek-V3' },
1802+
{ x: 340, y: 70, r: 30, color: 'rgba(139, 92, 246, 0.5)', label: 'Gemma' }
18011803
]"
18021804
:key="idx"
18031805
absolute
@@ -1854,21 +1856,21 @@ glow: bottom
18541856
<div absolute top-0 left-0 right-0 flex flex-col gap-1>
18551857
<div flex items-center>
18561858
<div w-24 text-xs pr-2 text-right text-red-400>Traditional</div>
1857-
<div h-6 rounded-l bg="red-900/50" w-10 flex items-center justify-center text-xs>1h</div>
1858-
<div h-6 bg="red-800/50" w-20 flex items-center justify-center text-xs>2h</div>
1859-
<div h-6 rounded-r bg="red-700/50" w-24 flex items-center justify-center text-xs>3h</div>
1859+
<div h-6 rounded-l bg="red-900/50" w-14 flex items-center justify-center text-xs>30m</div>
1860+
<div h-6 bg="red-800/50" w-40 flex items-center justify-center text-xs>6h</div>
1861+
<div h-6 rounded-r bg="red-700/50" w-14 flex items-center justify-center text-xs>30m</div>
18601862
</div>
18611863
<div flex items-center text="[10px]" text-zinc-400 pl-24>
1862-
<div w-10 text-center>Setup</div>
1863-
<div w-20 text-center>Install</div>
1864-
<div w-24 text-center>Configuration</div>
1864+
<div w-14 text-center text-nowrap>Setup</div>
1865+
<div w-40 text-center text-nowrap>Download Weights</div>
1866+
<div w-14 text-center text-nowrap>Test running</div>
18651867
</div>
18661868
</div>
18671869
<!-- Dataset timeline -->
18681870
<div absolute bottom-0 left-0 right-0 flex flex-col gap-1>
18691871
<div flex items-center>
18701872
<div w-24 text-xs pr-2 text-right text-green-400>With Datasets</div>
1871-
<div h-6 rounded bg="green-900/50" w-10 flex items-center justify-center text-xs>30s</div>
1873+
<div h-6 rounded bg="green-900/50" w-4 flex items-center justify-center text-xs>30s</div>
18721874
<div w-10 />
18731875
<div h-6 w-8 flex items-center justify-center text-lg text-green-400 animate-pulse>⚡️</div>
18741876
</div>
@@ -1882,16 +1884,6 @@ glow: bottom
18821884
<div text-sm text-zinc-400>Time Saved</div>
18831885
</div>
18841886
</div>
1885-
<div mt-4 grid grid-cols-2 gap-2>
1886-
<div flex items-center gap-2 bg="blue-900/40" px-3 py-2 rounded-lg text-sm>
1887-
<div i-carbon:checkmark-outline text-green-400 />
1888-
<span>No waiting for CUDA compilation</span>
1889-
</div>
1890-
<div flex items-center gap-2 bg="blue-900/40" px-3 py-2 rounded-lg text-sm>
1891-
<div i-carbon:checkmark-outline text-green-400 />
1892-
<span>Environments ready to use</span>
1893-
</div>
1894-
</div>
18951887
</div>
18961888
</div>
18971889
</div>
@@ -1927,7 +1919,6 @@ So what does all this sharing and caching give us? An enterprise model hub in mi
19271919

19281920
---
19291921
class: py-10
1930-
clicks: 3
19311922
glowSeed: 150
19321923
---
19331924

@@ -1940,11 +1931,10 @@ glowSeed: 150
19401931

19411932
<div mt-6 grid grid-cols-3 gap-4>
19421933
<div
1943-
v-click="1"
19441934
border="2 solid indigo-800" bg="indigo-800/20"
19451935
rounded-lg overflow-hidden
19461936
>
1947-
<div bg="indigo-800/40" px-4 py-2 flex items-center justify-center>
1937+
<div v-click bg="indigo-800/40" px-4 py-2 flex items-center justify-center>
19481938
<div i-carbon:archive text-indigo-300 text-xl mr-2 />
19491939
<span font-bold>Layer 1: Downloads</span>
19501940
</div>
@@ -1962,7 +1952,7 @@ glowSeed: 150
19621952
</div>
19631953

19641954
<div
1965-
v-click="2"
1955+
v-click
19661956
border="2 solid purple-800" bg="purple-800/20"
19671957
rounded-lg overflow-hidden
19681958
>
@@ -1984,7 +1974,7 @@ glowSeed: 150
19841974
</div>
19851975

19861976
<div
1987-
v-click="3"
1977+
v-click
19881978
border="2 solid pink-800" bg="pink-800/20"
19891979
rounded-lg overflow-hidden
19901980
>
@@ -2260,7 +2250,9 @@ glowSeed: 250
22602250
rounded-lg p-5 flex flex-col items-center
22612251
transition-all duration-500 h-full
22622252
>
2263-
<div text-4xl mb-4 h-45 flex items-center justify-center>⚡️</div>
2253+
<div text-4xl mb-4 h-45 flex items-center justify-center>
2254+
<div i-carbon:lightning text-yellow-500 text-6xl />
2255+
</div>
22642256
<div font-bold text-xl>Environment Setup</div>
22652257
<div
22662258
text-sky-300 text-2xl font-bold mt-2
@@ -2280,7 +2272,9 @@ glowSeed: 250
22802272
rounded-lg p-5 flex flex-col items-center
22812273
transition-all duration-500 h-full
22822274
>
2283-
<div text-4xl mb-4 h-45 flex items-center justify-center>💾</div>
2275+
<div text-4xl mb-4 h-45 flex items-center justify-center>
2276+
<div i-carbon:vmdk-disk text-pink-500 text-6xl />
2277+
</div>
22842278
<div font-bold text-xl>Storage Efficiency</div>
22852279
<div
22862280
text-purple-300 text-2xl font-bold mt-2
@@ -2300,7 +2294,9 @@ glowSeed: 250
23002294
rounded-lg p-5 flex flex-col items-center
23012295
transition-all duration-500 h-full
23022296
>
2303-
<div text-4xl mb-4 h-45 flex items-center justify-center>🎯</div>
2297+
<div text-4xl mb-4 h-45 flex items-center justify-center>
2298+
<div i-carbon:badge text-purple-500 text-6xl />
2299+
</div>
23042300
<div font-bold text-xl>Development Cycle</div>
23052301
<div
23062302
text-pink-300 text-2xl font-bold mt-2

0 commit comments

Comments
 (0)