Errors on training : AttributeError: module 'torch._C' has no attribute '_cuda_setDevice' #148
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#148
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I updated the repo today and it seems I get this error when I try to train. I did a re-install/update etc to no avail. Not sure why it's not picking CUDA (or what ever this means)
I did
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
in the activated env but it says requirments already satisifedAlso when generating a voice :
You need to pass
--force-reinstall
when trying to install torch again.Thank you. Resolved.