This commit is contained in:
Ftps
2023-11-17 18:24:47 +09:00
parent 320b2bfef8
commit b52b48380f

View File

@@ -1,7 +1,8 @@
import argparse
import json
import logging
import os
import sys
import json
from multiprocessing import cpu_count
import torch
@@ -15,7 +16,6 @@ try:
ipex_init()
except (ImportError, Exception):
pass
import logging
logger: logging.Logger = logging.getLogger(__name__)