Skip to content

Commit a66a1f2

Browse files
committed
use lightgbm with cuda instead of gpu directly
1 parent e397fdd commit a66a1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lightgbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_gpu(self):
4949
'bagging_freq': 5,
5050
'force_row_wise': True,
5151
'verbose': 1,
52-
'device': 'gpu'
52+
'device': 'cuda'
5353
}
5454

5555
# Run only one round for faster test

0 commit comments

Comments
 (0)