-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Hi. I had this problem earlier today. I installed with python 3.9 because Triton can not be installed with pip with later version. 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 |
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.
The text was updated successfully, but these errors were encountered: