Move pl/core/mixins/device_dtype_mixin.py to lite/utilities/device_dtype_mixin.py (#14511)

This commit is contained in:
awaelchli 2022-09-03 12:06:51 +02:00 committed by Adrian Wälchli
parent ce702fd40e
commit 3cf57ff11c
3 changed files with 1 additions and 1 deletions

View File

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from pytorch_lightning.core.mixins.device_dtype_mixin import DeviceDtypeModuleMixin # noqa: F401
from lightning_lite.utilities.device_dtype_mixin import DeviceDtypeModuleMixin # noqa: F401
from pytorch_lightning.core.mixins.hparams_mixin import HyperparametersMixin # noqa: F401