Skip to content

Commit

Permalink
Final big migration push [3/22]
Browse files Browse the repository at this point in the history
Differential Revision: D54731104
  • Loading branch information
connernilsen authored and facebook-github-bot committed Mar 11, 2024
1 parent bd96e8f commit 9b27559
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torchrec/distributed/train_pipeline/train_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

# pyre-strict

"""
NOTE: Due to an internal packaging issue, `train_pipeline.py` must be compatible with
older versions of TorchRec. Importing new modules from other files may break model
publishing flows.
"""
import abc
import logging
from typing import cast, Generic, Iterator, List, Optional, Tuple
Expand Down

0 comments on commit 9b27559

Please sign in to comment.