From a2f2156c110b9ad1a3cd02e131c1f794750a13a4 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Tue, 3 Feb 2026 12:08:47 +0000 Subject: [PATCH] docs: Add a new section for references and acknowledgements. --- rdma_cluster/setup_guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rdma_cluster/setup_guide.md b/rdma_cluster/setup_guide.md index 4c649de..9e40569 100644 --- a/rdma_cluster/setup_guide.md +++ b/rdma_cluster/setup_guide.md @@ -21,6 +21,7 @@ This guide details how to configure a two-node **AMD Strix Halo** cluster linked * [6.1 Setup & Verify](#61-setup--verify) * [6.2 Launching vLLM](#62-launching-vllm) 7. [Troubleshooting](#7-troubleshooting) +8. [References & Acknowledgements](#8-references--acknowledgements) --- @@ -318,3 +319,10 @@ Once the cluster is active (checked via Option 3): ### Firmware If you see link issues, ensure your Intel E810 firmware is up to date using the Intel standard tools. + +--- + +## 8. References & Acknowledgements + +* **Reddit - Strix Halo Batching with Tensor Parallel**: [Thread by Hungry_Elk_3276](https://www.reddit.com/r/LocalLLaMA/comments/1p8nped/strix_halo_batching_with_tensor_parallel_and/) + * Special thanks to user **Hungry_Elk_3276** for their initial experiments with vLLM RDMA, which highlighted the missing `gfx1151` support in upstream RCCL.