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
36 changes: 10 additions & 26 deletions docs/community/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,19 @@ Stay connected with the llm-d community at meetups, conferences, and workshops.
{(() => {
const events = [
{
month: 'October 2025',
title: 'AMD AI Dev Day 2025',
location: 'San Francisco, CA',
dateText: 'Oct 20, 2025',
cost: 'Free',
href: 'https://www.amd.com/en/corporate/events/amd-ai-dev-day.html',
sessions: [],
},
{
month: 'October 2025',
title: 'PyTorch Conference 2025',
location: 'San Francisco, CA',
dateText: 'Oct 22–23, 2025',
month: 'November 2025',
title: 'Cloud Native + Kubernetes AI Day',
location: 'Atlanta, GA',
dateText: 'Nov 10, 2025',
cost: 'Paid',
href: 'https://events.linuxfoundation.org/pytorch-conference/',
href: 'https://colocatedeventsna2025.sched.com/',
sessions: [
{
title: 'Serving PyTorch LLMs at Scale: Disaggregated Inference With Kubernetes and llm-d',
date: 'Thu, Oct 23, 2025',
time: '11:35am – 12:00pm PDT',
location: 'Room 2009 - 2011',
href: 'https://pytorchconference.sched.com/event/27QDr',
},
{
title: 'Open Source AI Production Stack with PyTorch and Red Hat AI',
date: 'Thu, Oct 23, 2025',
time: '10:35am – 10:45am PDT',
location: 'Exhibit Hall - Booth D2',
href: 'https://pytorchconference.sched.com/event/29Xx0?iframe=no',
title: 'You Got a Match! LLM Prefix Aware Routing With Kubernetes',
date: 'Mon, Nov 10, 2025',
time: '10:40am – 11:05am EST',
location: 'Building B | Level 4 | B401-402',
href: 'https://colocatedeventsna2025.sched.com/event/28D0y',
},
],
},
Expand Down