From 6ed81c6b17a97d7e1934376c5540192ca547da71 Mon Sep 17 00:00:00 2001 From: T145 Date: Fri, 6 Dec 2024 16:25:44 -0500 Subject: [PATCH] Spellcheck on the evolve doc --- docs/evolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evolve.md b/docs/evolve.md index 2ac164a9..930fc279 100644 --- a/docs/evolve.md +++ b/docs/evolve.md @@ -121,7 +121,7 @@ Assigns an actor to each GPU in your cluster and guarantees merges and evaluatio #### `buffered` -Maintains a buffer of tasks scheduled to ensure that there is always a model mergign or ready to evaluate for each gpu. Allows for concurrent merging and evaluation of models on the same GPU if enough VRAM is available. Only suitable for a single-node setup or when `--storage-path` points to a fast shared filesystem. +Maintains a buffer of tasks scheduled to ensure that there is always a model merging or ready to evaluate for each GPU. Allows for concurrent merging and evaluation of models on the same GPU if enough VRAM is available. Only suitable for a single-node setup or when `--storage-path` points to a fast shared filesystem. #### `serial`