kevinwang676's picture
Upload 28 files
4430785
raw
history blame contribute delete
160 Bytes
import os
def initenv(args):
os.environ['SUNO_USE_SMALL_MODELS'] = str("-smallmodels" in args)
os.environ['BARK_FORCE_CPU'] = str("-forcecpu" in args)