From 71293112bf55829f8629d3b693a480dc839b9439 Mon Sep 17 00:00:00 2001 From: Will Won Date: Wed, 16 Oct 2024 07:22:31 -0400 Subject: [PATCH] Update README.md - Change authorship --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8518f9..a644f1a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Below figure summarizes the TACOS framework: ![TACOS Abstraction](https://github.com/astra-sim/tacos/blob/main/docs/images/tacos_overview.png) Please find more information about TACOS in [this paper](https://arxiv.org/abs/2304.05301). -- William Won, Midhilesh Elavazhagan, Sudarshan Srinivasan, Ajaya Durg, Samvit Kaul, Swati Gupta, and Tushar Krishna, "TACOS: Topology-Aware Collective Algorithm Synthesizer for Distributed Machine Learning," arXiv:2304.05301 [cs.DC] +- William Won, Midhilesh Elavazhagan, Sudarshan Srinivasan, Swati Gupta, and Tushar Krishna, "TACOS: Topology-Aware Collective Algorithm Synthesizer for Distributed Machine Learning," arXiv:2304.05301 [cs.DC] ## Getting Started We highly recommend using the provided Docker image as the runtime environment, since TACOS requires several dependencies including protobuf and boost. You can either download the Docker image from the Docker Hub, or you may build one locally using the provided script.