File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def run(self):
2020setup_args = dict (
2121 name = 'wedpr_ml_toolkit' ,
2222 packages = find_packages (),
23- version = "1.0.0.dev-20241129 " ,
23+ version = "1.0.0.dev-20241201 " ,
2424 description = "wedpr-ml-toolkit: The ML toolkit for WeDPR" ,
2525 long_description_content_type = "text/markdown" ,
2626 author = "WeDPR Development Team" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class StorageConfig(BaseObject):
5454 def __init__ (self ,
5555 user_config : UserConfig ,
5656 storage_endpoint : str = None ,
57- enable_krb5_auth : bool = False ,
57+ enable_krb5_auth : str = " False" ,
5858 hdfs_auth_principal : str = None ,
5959 hdfs_auth_password : str = None ,
6060 hdfs_hostname_override : str = None ):
You can’t perform that action at this time.
0 commit comments