Skip to content

Commit

Permalink
move distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Jun 6, 2024
1 parent 2d6b926 commit d549499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from composer.core.precision import Precision, get_precision_context
from composer.models.huggingface import maybe_get_underlying_model
from composer.optim import DecoupledAdamW
from composer.trainer.dist_strategy import prepare_fsdp_module
from composer.distributed.dist_strategy import prepare_fsdp_module
from composer.utils import dist, get_device, reproducibility
from omegaconf import DictConfig, ListConfig
from omegaconf import OmegaConf as om
Expand Down

0 comments on commit d549499

Please sign in to comment.