Skip to content

Commit

Permalink
remove ic 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok committed Sep 30, 2024
1 parent a6df71f commit 4c5802a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/tp/test_tp_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import pytest
from composer.utils import dist
from icecream import install
from omegaconf import OmegaConf as om
from torch.distributed._tensor import Replicate, Shard
from torch.distributed.tensor.parallel import (
Expand All @@ -23,8 +22,6 @@
from llmfoundry.utils.config_utils import process_init_device
from tests.data_utils import create_c4_dataset_xxsmall, gpt_tiny_cfg

install()


@pytest.mark.gpu
@pytest.mark.filterwarnings(
Expand Down

0 comments on commit 4c5802a

Please sign in to comment.