From ca8c28c252b036df30398987c94c29de8425d3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=88=98=EC=A4=80?= Date: Tue, 17 Oct 2023 17:42:09 +0900 Subject: [PATCH] FIX: fix test code --- HWconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HWconfig.json diff --git a/HWconfig.json b/HWconfig.json new file mode 100644 index 0000000..4a478a0 --- /dev/null +++ b/HWconfig.json @@ -0,0 +1,6 @@ +{ + "hw": "intel", + "cpu": 12, + "memory": 32, + "gpu": "2080TI" +}