* Copy gputreeshap.
This commit is contained in:
parent
b18c984035
commit
e82162d7f8
@ -61,6 +61,7 @@ def copy_tree(src_dir: str, target_dir: str) -> None:
|
|||||||
src = os.path.join(src_dir, 'src')
|
src = os.path.join(src_dir, 'src')
|
||||||
inc = os.path.join(src_dir, 'include')
|
inc = os.path.join(src_dir, 'include')
|
||||||
dmlc_core = os.path.join(src_dir, 'dmlc-core')
|
dmlc_core = os.path.join(src_dir, 'dmlc-core')
|
||||||
|
gputreeshap = os.path.join(src_dir, "gputreeshap")
|
||||||
rabit = os.path.join(src_dir, 'rabit')
|
rabit = os.path.join(src_dir, 'rabit')
|
||||||
cmake = os.path.join(src_dir, 'cmake')
|
cmake = os.path.join(src_dir, 'cmake')
|
||||||
plugin = os.path.join(src_dir, 'plugin')
|
plugin = os.path.join(src_dir, 'plugin')
|
||||||
@ -68,6 +69,7 @@ def copy_tree(src_dir: str, target_dir: str) -> None:
|
|||||||
clean_copy_tree(src, os.path.join(target_dir, 'src'))
|
clean_copy_tree(src, os.path.join(target_dir, 'src'))
|
||||||
clean_copy_tree(inc, os.path.join(target_dir, 'include'))
|
clean_copy_tree(inc, os.path.join(target_dir, 'include'))
|
||||||
clean_copy_tree(dmlc_core, os.path.join(target_dir, 'dmlc-core'))
|
clean_copy_tree(dmlc_core, os.path.join(target_dir, 'dmlc-core'))
|
||||||
|
clean_copy_tree(gputreeshap, os.path.join(target_dir, "gputreeshap"))
|
||||||
clean_copy_tree(rabit, os.path.join(target_dir, 'rabit'))
|
clean_copy_tree(rabit, os.path.join(target_dir, 'rabit'))
|
||||||
clean_copy_tree(cmake, os.path.join(target_dir, 'cmake'))
|
clean_copy_tree(cmake, os.path.join(target_dir, 'cmake'))
|
||||||
clean_copy_tree(plugin, os.path.join(target_dir, 'plugin'))
|
clean_copy_tree(plugin, os.path.join(target_dir, 'plugin'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user