From 4867f356ef4d40e659b4ee476043d4fa4c6cad28 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Wed, 31 May 2023 12:43:43 +0530 Subject: [PATCH] fix gpu issues for some envs --- core/globals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/globals.py b/core/globals.py index 3525c9d..65d3283 100644 --- a/core/globals.py +++ b/core/globals.py @@ -1,3 +1,4 @@ +import torch import onnxruntime use_gpu = False