From 50b0e03e3eb5123324fc4900942ebea310845d8c Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Mon, 1 Apr 2024 17:02:03 +0000
Subject: [PATCH] set default gpu: false

---
 aicrowd.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aicrowd.json b/aicrowd.json
index 655ae62..c4721d2 100644
--- a/aicrowd.json
+++ b/aicrowd.json
@@ -3,6 +3,6 @@
     "authors": [
       "aicrowd-bot"
     ],
-    "gpu": true,
+    "gpu": false,
     "description": "(optional) description about your awesome agent"
 }
-- 
GitLab