Skip to content

Commit bfb148e

Browse files
authored
Merge branch 'master' into alec/intermediate-date-picker
2 parents 93fc7e2 + 9573651 commit bfb148e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/app/src/components/media/media-data.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ export const MEDIA_ITEMS: MediaItem[] = [
1717
type: 'article',
1818
date: '2026-03-20',
1919
},
20+
{
21+
title: 'AMD Head of AI Product, Ramine Roane, shows his Inference King Champion Belt',
22+
organization: 'AMD',
23+
url: 'https://x.com/roaner/status/2034700440173154368',
24+
type: 'video',
25+
date: '2026-03-19',
26+
},
2027
{
2128
title: 'NVIDIA H200 vs B200 vs GB200: Which GPU to Rent for AI in 2026?',
2229
organization: 'Spheron Network',
@@ -46,6 +53,13 @@ export const MEDIA_ITEMS: MediaItem[] = [
4653
type: 'article',
4754
date: '2026-03-17',
4855
},
56+
{
57+
title: 'GTC 2026: Jensen announces that he is one of the Inference King',
58+
organization: 'NVIDIA',
59+
url: 'https://x.com/dylan522p/status/2034501674711302339',
60+
type: 'video',
61+
date: '2026-03-16',
62+
},
4963
{
5064
title: 'How NVIDIA Dynamo 1.0 Powers Multi-Node Inference at Production Scale',
5165
organization: 'NVIDIA Developer Blog',

0 commit comments

Comments
 (0)