Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Dec 1, 2023
1 parent 0dcaf76 commit 559f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a_scripts/inference/test_convert_composer_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 559f37c

Please sign in to comment.