Skip to content

Commit af493e2

Browse files
committed
Add June 2025 Community Update and new tags
- Introduced a new blog post titled "llm-d Community Update - June 2025" detailing project progress, new YouTube channel, and ways to get involved. - Added new tags for community engagement, updates, and SIG-Benchmarking in `tags.yml`. Signed-off-by: Pete Cheslock <[email protected]>
1 parent 8c95f98 commit af493e2

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

blog/2025-06-18_community_update.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: llm-d Community Update - June 2025
3+
description: Latest updates from the llm-d community, including new resources and opportunities to get involved
4+
slug: llm-d-community-update-june-2025
5+
6+
authors:
7+
- petecheslock
8+
9+
tags: [community, updates, sig-benchmarking]
10+
hide_table_of_contents: false
11+
---
12+
13+
## June 10, 2025
14+
15+
# **llm-d Community Update**
16+
17+
Hey everyone! We've been making great progress with the llm-d project, and I wanted to share some important updates and opportunities to get involved.
18+
19+
## New YouTube Channel
20+
21+
We're excited to announce our new YouTube channel! We've been recording our SIG meetings and creating tutorial content to help you get started with llm-d.
22+
23+
:::info Subscribe to our YouTube
24+
Subscribe to get notified when new videos are posted, presentations, demos, and SIG meeting recordings: [@llm-d-project](https://youtube.com/@llm-d-project)
25+
:::
26+
27+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%' }}>
28+
<iframe
29+
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
30+
src="https://www.youtube.com/embed/playlist?list=PLU-3MgIuzv8oIRX7o2NLrxi5-Jzx9PoLr"
31+
title="llm-d introduction"
32+
frameBorder="0"
33+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
34+
allowFullScreen
35+
/>
36+
</div>
37+
38+
39+
<!-- truncate -->
40+
41+
## Reminder: Join Our Google Group to Access Project Docs
42+
43+
:::warning Join our Google Group
44+
We use Google Groups to share architecture diagrams, SIG meeting notes, and other important project content. To get full access to all project resources, please join: [llm-d-contributors Google Group](https://groups.google.com/g/llm-d-contributors)
45+
:::
46+
47+
The Google Group is where all the magic happens! Here you'll find:
48+
- Detailed architecture diagrams and design documents
49+
- SIG meeting notes and recordings
50+
- Early access to new features and proposals
51+
- Direct communication with the core team and other contributors
52+
53+
54+
## Help Shape Our Performance Benchmarks
55+
56+
The SIG-Benchmarking team is working on documenting real-world use cases and establishing performance expectations for llm-d deployments. To make this as comprehensive as possible, we need your help!
57+
58+
:::tip Share Your Use Case
59+
We've created a [Use Case Survey Form](https://forms.gle/YOUR_FORM_ID) to gather information about your LLM workloads. This will help us:
60+
- Document common deployment patterns
61+
- Establish realistic performance baselines
62+
- Identify optimization opportunities
63+
- Guide future development priorities
64+
:::
65+
66+
Your input is invaluable in helping us understand:
67+
- What models you're deploying
68+
- Your workload characteristics (input/output lengths, request patterns)
69+
- Performance requirements and constraints
70+
- Current challenges and pain points
71+
72+
## Get Involved
73+
74+
There are many ways to contribute to llm-d:
75+
1. Join the [Google Group](https://groups.google.com/g/llm-d-contributors) for full access to project resources
76+
2. Review the [project public calendar](https://red.ht/llm-d-public-calendar) and join an upcoming community meeting
77+
3. Subscribe to our [YouTube channel](https://youtube.com/@llm-d-project) for tutorials and meeting recordings
78+
4. Fill out the [Use Case Survey](https://forms.gle/YOUR_FORM_ID) to help shape our benchmarks
79+
5. Join our [Slack workspace](https://inviter.co/llm-d-slack) for real-time discussions
80+
6. Check out our [Contributor Guidelines](https://llm-d.ai/docs/community/contribute) to start contributing code
81+
82+
We're looking forward to hearing from you and working together to make llm-d even better!

blog/tags.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,18 @@ announce:
4343
label: Announcements
4444
permalink: /announce
4545
description: Announcements that aren't news releases
46+
47+
community:
48+
label: Community
49+
permalink: /community
50+
description: Community updates and engagement
51+
52+
updates:
53+
label: Updates
54+
permalink: /updates
55+
description: Project updates and progress reports
56+
57+
sig-benchmarking:
58+
label: SIG-Benchmarking
59+
permalink: /sig-benchmarking
60+
description: Special Interest Group for benchmarking and performance analysis

0 commit comments

Comments
 (0)