From 559f37c5fa209b0f645349a0465b6a799f967fb0 Mon Sep 17 00:00:00 2001 From: Anna Pfohl Date: Fri, 1 Dec 2023 18:47:06 +0000 Subject: [PATCH] comment out --- tests/a_scripts/inference/test_convert_composer_to_hf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/a_scripts/inference/test_convert_composer_to_hf.py b/tests/a_scripts/inference/test_convert_composer_to_hf.py index d21c942dee..de85be0d0c 100644 --- a/tests/a_scripts/inference/test_convert_composer_to_hf.py +++ b/tests/a_scripts/inference/test_convert_composer_to_hf.py @@ -391,7 +391,7 @@ def test_huggingface_conversion_callback(model: str, tmp_path: pathlib.Path, expected_normal_checkpoints: int): delete_transformers_cache() - dist.initialize_dist(get_device('gpu')) + # dist.initialize_dist(get_device('gpu')) max_seq_len = 16 device_batch_size = 1