Skip to content

Issues related to torch #46

@SkadiCorrupted

Description

@SkadiCorrupted

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions