You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LightGBM tag v4.6.0 built from source (sh ./build-python.sh install --cuda), running in python
Docker image based on nvidia/cuda:12.6.0-cudnn-devel-ubuntu24.04
nvidia-smi screenshot
After a lot of time, and "[LightGBM] [Warning] Defaulting to malloc in CHAllocator!!!" messages
I get the following error:
lightgbm.basic.LightGBMError: Check failed: (split_indices_block_size_data_partition) > (0) at /src/LightGBM/lightgbm-python/src/treelearner/cuda/cuda_data_partition.cpp, line 280
Hi all,
New to fitting with gpu, I'm running with device: "cuda" with "max_bin": 63
I see heaps of these warnings on initialization:
[LightGBM] [Warning] Defaulting to malloc in CHAllocator!!!
Is this expected, or is something wrong? Is there a dataset param that I'm not setting correctly?
Luke
The text was updated successfully, but these errors were encountered: