From ae43179265546130a9cc63820697835036916b13 Mon Sep 17 00:00:00 2001 From: v-chen_data Date: Wed, 25 Sep 2024 14:16:46 -0700 Subject: [PATCH] test --- llmfoundry/command_utils/data_prep/convert_delta_to_json.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llmfoundry/command_utils/data_prep/convert_delta_to_json.py b/llmfoundry/command_utils/data_prep/convert_delta_to_json.py index d3df004534..b87b788e17 100644 --- a/llmfoundry/command_utils/data_prep/convert_delta_to_json.py +++ b/llmfoundry/command_utils/data_prep/convert_delta_to_json.py @@ -554,12 +554,6 @@ def validate_and_get_cluster_info( print('perms: ', perms) - # None stands for Shared Access Mode - if data_security_mode not in ('NONE', 'SINGLE_USER'): - raise ClusterInvalidAccessMode( - cluster_id=cluster_id, access_mode=data_security_mode - ) - assert res.spark_version is not None stripped_runtime = re.sub( r'[a-zA-Z]',