Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues related to torch #46

Open
SkadiCorrupted opened this issue May 5, 2024 · 0 comments
Open

Issues related to torch #46

SkadiCorrupted opened this issue May 5, 2024 · 0 comments

Comments

@SkadiCorrupted
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant