[breaking] Remove dense libsvm parser plugin. (#9799)
This commit is contained in:
@@ -17,14 +17,10 @@ class BuildConfiguration: # pylint: disable=R0902
|
||||
use_nccl: bool = False
|
||||
# Whether to load nccl dynamically
|
||||
use_dlopen_nccl: bool = False
|
||||
# Whether to enable HDFS
|
||||
use_hdfs: bool = False
|
||||
# Whether to enable Azure Storage
|
||||
use_azure: bool = False
|
||||
# Whether to enable AWS S3
|
||||
use_s3: bool = False
|
||||
# Whether to enable the dense parser plugin
|
||||
plugin_dense_parser: bool = False
|
||||
# Whether to enable federated learning
|
||||
plugin_federated: bool = False
|
||||
# Whether to enable rmm support
|
||||
plugin_rmm: bool = False
|
||||
# Special option: See explanation below
|
||||
use_system_libxgboost: bool = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user