This commit is contained in:
mrq 2025-02-05 10:25:03 -06:00
parent bb2ebe1ca2
commit 84174c1c1b

View File

@ -38,6 +38,7 @@ except Exception as e:
try:
from .codecs.nemo import *
except Exception as e:
cfg.inference.use_nemo = False
_logger.warning(str(e))