import from PL
This commit is contained in:
parent
eb9c9b7f0d
commit
af2e16be2a
|
@ -97,7 +97,7 @@ class PyTorchLightningScriptRunner(TracerPythonScript):
|
|||
if self.node_rank != 0:
|
||||
return {}, args, kwargs
|
||||
|
||||
from lightning.pytorch.serve import ServableModuleValidator
|
||||
from pytorch_lightning.serve import ServableModuleValidator
|
||||
|
||||
callbacks = kwargs.get("callbacks", [])
|
||||
if self.sanity_serving:
|
||||
|
|
Loading…
Reference in New Issue