From 30eb59aee9038459ea4d9d0db4e4ab62832d8a71 Mon Sep 17 00:00:00 2001 From: Pete Cheslock Date: Thu, 24 Jul 2025 16:49:48 -0400 Subject: [PATCH 1/3] Stage out the llm-d 0.2 release blog post. Signed-off-by: Pete Cheslock --- ...29_llm-d-0dot2-our-first-well-lit-paths.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md diff --git a/blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md b/blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md new file mode 100644 index 0000000..2f9eb93 --- /dev/null +++ b/blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md @@ -0,0 +1,20 @@ +--- +title: "llm-d 0.2: Our first well-lit paths (mind the tree roots!)" +description: Announcing the llm-d 0.2 release with new features and improvements that light the way forward for large language model deployment +slug: llm-d-0dot2-our-first-well-lit-paths + +authors: + - robshaw + - smarterclayton + - chcost + +tags: [release, announcement, llm-d] +--- + +# llm-d 0.2: Our first well-lit paths (mind the tree roots\!) + +Our 0.2 release delivers three well-lit paths to accelerate deploying large scale inference on Kubernetes \- better load balancing, lower latency with disaggregation, and native vLLM support for very large Mixture of Expert models like DeepSeekR1. + +We’ve also enhanced our deployment and benchmarking tooling, incorporating lessons from real-world infrastructure deployments and addressing key antipatterns. This release gives llm-d users, contributors, researchers, and operators, clearer guides for efficient use in tested, reproducible scenarios. + +[rest of post to follow] \ No newline at end of file From c3cdce18c98a5efd9044b390bc8a71c77e33f6bc Mon Sep 17 00:00:00 2001 From: Pete Cheslock Date: Thu, 24 Jul 2025 17:01:42 -0400 Subject: [PATCH 2/3] Update url slug Signed-off-by: Pete Cheslock --- ...paths.md => 2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blog/{2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md => 2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md} (100%) diff --git a/blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md b/blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md similarity index 100% rename from blog/2025-07-29_llm-d-0dot2-our-first-well-lit-paths.md rename to blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md From c40e12880e2970a665a9d23c42832dcaa9d34c13 Mon Sep 17 00:00:00 2001 From: Pete Cheslock Date: Thu, 24 Jul 2025 17:12:43 -0400 Subject: [PATCH 3/3] Actually update slug Signed-off-by: Pete Cheslock --- blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md b/blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md index 2f9eb93..47df5ab 100644 --- a/blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md +++ b/blog/2025-07-29_llm-d-v0.2-our-first-well-lit-paths.md @@ -1,7 +1,7 @@ --- title: "llm-d 0.2: Our first well-lit paths (mind the tree roots!)" description: Announcing the llm-d 0.2 release with new features and improvements that light the way forward for large language model deployment -slug: llm-d-0dot2-our-first-well-lit-paths +slug: llm-d-v0.2-our-first-well-lit-paths authors: - robshaw