effusiveperiscope / so-vits-svc

so-vits-svc
MIT License
179 stars 71 forks source link

Issues related to torch #46

Open SkadiCorrupted opened 4 months ago

SkadiCorrupted commented 4 months ago

NameError Traceback (most recent call last) in <cell line: 18>() 16 os.chdir('/content/so-vits-svc') 17 ---> 18 import torch 19 from inference import infer_tool 20 from inference import slicer

/usr/local/lib/python3.10/dist-packages/torch/init.py in 247 raise # If file is not None the cause is unknown, so just re-raise. 248 --> 249 for name in dir(C): 250 if name[0] != '' and not name.endswith('Base'): 251 all.append(name)

NameError: name '_C' is not defined