Closed
Description
WIP HERE: development...tmm1:dev-train-m1
I started experimenting with running main.py on M1 and wanted to document some immediate issues.
Looks like we need a newer pytorch-lightning for MPS. Currently using 1.6.5 but latest is 1.7.5
However bumping it causes this error:
AttributeError: module 'pytorch_lightning.loggers' has no a
ttribute 'TestTubeLogger'. Did you mean: 'NeptuneLogger'?
which is because TestTubeLogger was deprecated: Lightning-AI/pytorch-lightning#13958 (comment)