-
Notifications
You must be signed in to change notification settings - Fork 53
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
What version of torch? #8
Comments
me too.. i saw same erorr OSError: /home/edutem/anaconda3/envs/vits2/lib/python3.11/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN3c109TupleTypeC1ESt6vectorINS_4Type24SingletonOrSharedTypePtrIS2_EESaIS4_EESt8optionalINS_13QualifiedNameEESt10shared_ptrINS_14FunctionSchemaEE |
i was able to run it using
|
Hi Wyzix33, thanks for the help. Wondering how you delt with the import "from text.symbols import symbols" when the content for symbols.py is: """ """ special_symbols = ["", "", "", "", "", ""] ... without 'symbols'. |
What version of the following module is? Please give us the detailed version.
torch
torchvision
torchaudio
torchtext
I have the following problem:
/python3.11/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch3jit21setUTF8DecodingIgnoreEb
And what's your cuda version? Thank you
The text was updated successfully, but these errors were encountered: