Remove ABC from LightningModule (#9517)

Summary:
### New commit log messages
  3aba9d16a Remove `ABC` from `LightningModule` (#9517)

Reviewed By: ananthsub

Differential Revision: D31296721

fbshipit-source-id: a9992486c61a6f86fb251f2733bbc9311d93f293
This commit is contained in:
Danielle Pintz
2021-09-30 09:47:34 -07:00
committed by Facebook GitHub Bot
parent 05179022df
commit 2e716827a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from collections import OrderedDict
from typing import List, Dict, Tuple
import torch.nn as nn
from pytorch_lightning.loops.closure import ClosureResult
from pytorch_lightning.loops.optimization.optimizer_loop import ClosureResult
from reagent.core.utils import lazy_property
from .reagent_lightning_module import ReAgentLightningModule
+1 -1
View File
@@ -26,7 +26,7 @@ install_requires =
petastorm>=0.9.0
parameterized>=0.7.4
pyspark==3.1.1
pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning@25af4b137
pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning@3aba9d16a
ruamel.yaml>=0.15.99
scipy>=1.3.1
tensorboard>=1.14