Skip to content

Commit

Permalink
remove type check
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok committed Sep 20, 2024
1 parent 2390ae6 commit 0dac98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/utils/parallelism.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Parallelism configs."""

from dataclasses import dataclass, field
from typing import Any, Optional, Union
from typing import Any, Optional

from torch.distributed._tensor.device_mesh import DeviceMesh

Expand Down

0 comments on commit 0dac98a

Please sign in to comment.