Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/app/src/components/media/media-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ export const MEDIA_ITEMS: MediaItem[] = [
type: 'article',
date: '2026-03-17',
},
{
title: 'GTC 2026: Jensen announces that he is one of the Inference King',
organization: 'NVIDIA',
url: 'https://x.com/dylan522p/status/2034501674711302339',
type: 'video',
date: '2026-03-16',
},
{
title: 'How NVIDIA Dynamo 1.0 Powers Multi-Node Inference at Production Scale',
organization: 'NVIDIA Developer Blog',
Expand Down