Issues with einops on Windows #74
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#74
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?
Hello,
When running setup-cuda.bat, this message comes up after all is finished:
This makes me unable to train my models, as this error comes up after I try to start training:
Additional Info:
Python 3.9.13
RTX 2060 6GB
Windows 10
You can jury rig it a bit. It's to do with whisperX. If you're not using it just do the following in powershell. Had the same issue on linux and this worked for me.
Remedied in
11a1f6a00e
. I forgot to commit it at 1AM last night.WhisperX will break the dependencies needed for DLAS, so installing DLAS's dependencies will fix it.