From cab407b21ab96212318fc53dc5fcba39544fcbf0 Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:48:45 +0400 Subject: [PATCH] Update config.json --- supervisely/train/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely/train/config.json b/supervisely/train/config.json index 7425e7451805..f8f51ffd414f 100644 --- a/supervisely/train/config.json +++ b/supervisely/train/config.json @@ -15,7 +15,7 @@ "main_script": "supervisely/train/src/sly_train.py", "gui_template": "supervisely/train/src/gui.html", "task_location": "workspace_tasks", - "need_gpu": true, + "need_gpu": false, "gpu": "preferred", "icon": "https://i.imgur.com/HZCM0QM.png", "icon_cover": true,