From 32ebd9191c3638a37532435334d99bb587cb61d7 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 29 May 2023 19:13:55 +0530 Subject: [PATCH] bruh moment 3 --- core/globals.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/globals.py diff --git a/core/globals.py b/core/globals.py new file mode 100644 index 0000000..1206d54 --- /dev/null +++ b/core/globals.py @@ -0,0 +1,2 @@ +use_gpu = False +providers = ['CPUExecutionProvider']