From b8b6a834bfaea2294afa2e120f8e41599c07d5ea Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Wed, 15 Jan 2025 16:27:28 -0800 Subject: [PATCH] remove reference to CPU-only clusters (#1047) cc @thecodingwizard --- 14_clusters/simple_torch_cluster.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/14_clusters/simple_torch_cluster.py b/14_clusters/simple_torch_cluster.py index 4847e1c7d..f365389df 100644 --- a/14_clusters/simple_torch_cluster.py +++ b/14_clusters/simple_torch_cluster.py @@ -41,9 +41,6 @@ # ## Configuring a test cluster -# Some basic configuration allows for demoing either a CPU-only cluster or a GPU-enabled cluster -# with one GPU per container. - # First, we set the size of the cluster in containers/nodes. This can be between 1 and 8. # This is part of our Modal configuration, since Modal is responsible for spinning up our cluster.