From 8cf54734b6bf591431ac25f998afae69c69ce16d Mon Sep 17 00:00:00 2001 From: v-chen_data Date: Wed, 25 Sep 2024 14:23:29 -0700 Subject: [PATCH] test --- llmfoundry/command_utils/data_prep/convert_delta_to_json.py | 6 ++---- 1 file changed, 2 insertions(+), 4 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 d2e75cefba..ece550c543 100644 --- a/llmfoundry/command_utils/data_prep/convert_delta_to_json.py +++ b/llmfoundry/command_utils/data_prep/convert_delta_to_json.py @@ -547,10 +547,8 @@ def validate_and_get_cluster_info( if res is None: raise ClusterDoesNotExistError(cluster_id) - policy_id = res.policy_id - assert policy_id is not None - print(res.policy_id) - print(w.cluster_policies.get(policy_id=policy_id)) + print(res) + time.sleep(10) assert res.spark_version is not None stripped_runtime = re.sub(