From ad1eeb7446215be3adbff6336d097729dfdf408e Mon Sep 17 00:00:00 2001 From: Samuel Path Date: Sun, 26 May 2024 15:19:16 +0200 Subject: [PATCH] typo missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c81db..b559d58 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ They were also the first people to train a deep learning model across multiple G This innovation (introduced due to gaming, not deep learning), has become critical in training large models, where communication between large clusters of GPUs has become essential. -This paper pushed the compute constraint in several ways - first, just by using GPUs for training the first place, and additionally by using multiple GPUs to shard training, and using inter-GPU communication. +This paper pushed the compute constraint in several ways - first, just by using GPUs for training in the first place, and additionally by using multiple GPUs to shard training, and using inter-GPU communication.