From bdf74bde39404bb52a6de6fc92f975e7c1b57608 Mon Sep 17 00:00:00 2001 From: thomas chaton Date: Sun, 7 Jul 2024 09:35:41 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 162c3295..0b6e6575 100644 --- a/README.md +++ b/README.md @@ -645,9 +645,9 @@ Time to optimize 1.2 million ImageNet images (Faster is better): ## Parallelize data transforms -Transformations with LitServe are linearly parallelizable across machines. +Transformations with LitData are linearly parallelizable across machines. -For example, let's say that it takes 56 hours to embed a dataset on a single A10G machine. With LitServe, +For example, let's say that it takes 56 hours to embed a dataset on a single A10G machine. With LitData, this can be speed up by adding more machines in parallel | Number of machines | Hours |