ModuleNotFoundError: No module named 'dlas' when trying to run Training #232

Closed
opened 2023-05-09 01:58:25 +00:00 by vahzahhun · 4 comments

Hello, so I'm trying to Run Training for my dataset but got this error, what could be the problem?

Traceback (most recent call last):
File "/home/ubuntu/ai-voice-cloning/./src/train.py", line 61, in
from dlas import train as tr
ModuleNotFoundError: No module named 'dlas'

Hello, so I'm trying to Run Training for my dataset but got this error, what could be the problem? Traceback (most recent call last): File "/home/ubuntu/ai-voice-cloning/./src/train.py", line 61, in <module> from dlas import train as tr ModuleNotFoundError: No module named 'dlas'

Did you run the setup script?

Did you run the setup script?
Author

Did you run the setup script?

Yes, setup-cuda and also the update script

> Did you run the setup script? Yes, setup-cuda and also the update script

Try git submodule update --remote

Try `git submodule update --remote`
Author

Ok rerunning setup-cuda fixed the problem but I got new error saying The installed version of bitsandbytes was compiled without GPU support

I'll close the issue for now because it's different issue

Ok rerunning setup-cuda fixed the problem but I got new error saying The installed version of bitsandbytes was compiled without GPU support I'll close the issue for now because it's different issue
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#232
No description provided.