Require isort on all Python files. (#8420)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import xgboost as xgb
|
||||
from sklearn.datasets import make_classification
|
||||
import dask
|
||||
from dask.distributed import Client
|
||||
from dask_cuda import LocalCUDACluster
|
||||
from sklearn.datasets import make_classification
|
||||
|
||||
import xgboost as xgb
|
||||
|
||||
|
||||
def main(client):
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import xgboost as xgb
|
||||
import rmm
|
||||
from sklearn.datasets import make_classification
|
||||
|
||||
import xgboost as xgb
|
||||
|
||||
# Initialize RMM pool allocator
|
||||
rmm.reinitialize(pool_allocator=True)
|
||||
# Optionally force XGBoost to use RMM for all GPU memory allocation, see ./README.md
|
||||
|
||||
Reference in New Issue
Block a user