After updating to the latest commit training fails with "No module named 'dlas'" #164

Closed
opened 2023-03-21 16:45:59 +00:00 by psammites · 0 comments
===================================BUG REPORT===================================
Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues
================================================================================
/home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: /usr/lib/wsl/lib: did not contain libcudart.so as expected! Searching further paths...
  warn(msg)
/home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: WARNING: The following directories listed in your path were found to be non-existent: {PosixPath('unix')}
  warn(msg)
CUDA_SETUP: WARNING! libcudart.so not found in any environmental path. Searching /usr/local/cuda/lib64...
CUDA SETUP: CUDA runtime path found: /usr/local/cuda/lib64/libcudart.so
CUDA SETUP: Highest compute capability among GPUs detected: 8.6
CUDA SETUP: Detected CUDA version 118
CUDA SETUP: Loading binary /home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda118.so...
Running on local URL:  http://172.20.8.87:8080

To create a public link, set `share=True` in `launch()`.
Spawning process:  ./train.sh ./training/Veronica/train.yaml
[Training] [2023-03-21T09:44:22.915495] Traceback (most recent call last):
[Training] [2023-03-21T09:44:22.919718]   File "/home/sneed/ai-voice-cloning/./src/train.py", line 61, in <module>
[Training] [2023-03-21T09:44:22.922960]     from dlas import train as tr
[Training] [2023-03-21T09:44:22.925993] ModuleNotFoundError: No module named 'dlas'

Edit: re-running setup-cuda.sh fixed it.

``` ===================================BUG REPORT=================================== Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues ================================================================================ /home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: /usr/lib/wsl/lib: did not contain libcudart.so as expected! Searching further paths... warn(msg) /home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: WARNING: The following directories listed in your path were found to be non-existent: {PosixPath('unix')} warn(msg) CUDA_SETUP: WARNING! libcudart.so not found in any environmental path. Searching /usr/local/cuda/lib64... CUDA SETUP: CUDA runtime path found: /usr/local/cuda/lib64/libcudart.so CUDA SETUP: Highest compute capability among GPUs detected: 8.6 CUDA SETUP: Detected CUDA version 118 CUDA SETUP: Loading binary /home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda118.so... Running on local URL: http://172.20.8.87:8080 To create a public link, set `share=True` in `launch()`. Spawning process: ./train.sh ./training/Veronica/train.yaml [Training] [2023-03-21T09:44:22.915495] Traceback (most recent call last): [Training] [2023-03-21T09:44:22.919718] File "/home/sneed/ai-voice-cloning/./src/train.py", line 61, in <module> [Training] [2023-03-21T09:44:22.922960] from dlas import train as tr [Training] [2023-03-21T09:44:22.925993] ModuleNotFoundError: No module named 'dlas' ``` Edit: re-running `setup-cuda.sh` fixed it.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#164
No description provided.