Skip to content

Commit

Permalink
Rename train_pipeline to train_pipelines (#1795)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1795

Rename things.

Reviewed By: joshuadeng

Differential Revision: D54864192

fbshipit-source-id: 340f6b5b375563270dbba823f1ba1a38c268dd66
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Mar 14, 2024
1 parent 9d03945 commit 32e0e14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchrec/distributed/train_pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# pyre-strict


from torchrec.distributed.train_pipeline.train_pipeline import ( # noqa
from torchrec.distributed.train_pipeline.train_pipelines import ( # noqa
EvalPipelineSparseDist, # noqa
PrefetchTrainPipelineSparseDist, # noqa
StagedTrainPipeline, # noqa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from torchrec.distributed.tests.test_fp_embeddingbag_utils import (
create_module_and_freeze,
)
from torchrec.distributed.train_pipeline.train_pipeline import (
from torchrec.distributed.train_pipeline.train_pipelines import (
EvalPipelineSparseDist,
PrefetchTrainPipelineSparseDist,
StagedTrainPipeline,
Expand Down

0 comments on commit 32e0e14

Please sign in to comment.