forked from PlayVoice/whisper-vits-svc
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels