You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: