From dec044e05c676213f1855da700be9b5b6000e3fe Mon Sep 17 00:00:00 2001 From: lvmin Date: Fri, 11 Aug 2023 09:30:21 -0700 Subject: [PATCH] i --- launch.py | 2 ++ modules/core.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.py b/launch.py index 33e43fb0..bb15e768 100644 --- a/launch.py +++ b/launch.py @@ -1,3 +1,5 @@ +import cuda_malloc + import os import sys import platform diff --git a/modules/core.py b/modules/core.py index d731ae7a..799314c0 100644 --- a/modules/core.py +++ b/modules/core.py @@ -1,5 +1,3 @@ -import cuda_malloc - import os import random import cv2