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

The version of torch #8

Open
yutokondo101010 opened this issue Oct 8, 2024 · 2 comments
Open

The version of torch #8

yutokondo101010 opened this issue Oct 8, 2024 · 2 comments

Comments

@yutokondo101010
Copy link

Thanks for your great works. Would you describe the version of torch and torchaudio?
The error "magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, 'v'." occured in my practice.

@enamigi
Copy link

enamigi commented Oct 12, 2024

Hi. I had this problem earlier today. I installed with python 3.9 because Triton can not be installed with pip with later version.
The torch version is 2.4.1 and torch audio 0.19.1

I installed in WSL in windows. And i got this message. Seems to be an error of not finding the data it expects.

It seems it's an error because there are placeholders in ./dreamvoice/ckpts for all pt files. I had installed previously on Windows and copied the files to this location and could execute.

I had files before about 130 Bytes and the real checkpoints are 300 MB, 452 MB, and 104.9 MB. After I copied all files into the ckpts directories, the program ran smoothly. I had to pip install some other libraries that were missing: webrtcvad, xformers, and SentencePiece

@HuZhetao
Copy link

HuZhetao commented Nov 5, 2024

Hi. I had this problem earlier today. I installed with python 3.9 because Triton can not be installed with pip with later version. The torch version is 2.4.1 and torch audio 0.19.1

I installed in WSL in windows. And i got this message. Seems to be an error of not finding the data it expects.

It seems it's an error because there are placeholders in ./dreamvoice/ckpts for all pt files. I had installed previously on Windows and copied the files to this location and could execute.

I had files before about 130 Bytes and the real checkpoints are 300 MB, 452 MB, and 104.9 MB. After I copied all files into the ckpts directories, the program ran smoothly. I had to pip install some other libraries that were missing: webrtcvad, xformers, and SentencePiece

I have meet just the same questions, it would be great if i seen your comment before i try to run the program

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

3 participants