Skip to content

Commit bcfd94a

Browse files
committed
update toolkit version
1 parent b4ee0a8 commit bcfd94a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/wedpr_ml_toolkit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run(self):
2020
setup_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",

python/wedpr_ml_toolkit/wedpr_ml_toolkit/config/wedpr_ml_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)