running ddp tests
This commit is contained in:
parent
3451a62650
commit
9d588f337f
|
@ -24,7 +24,7 @@ from pytorch_lightning.utils.debugging import MisconfigurationException
|
|||
try:
|
||||
from apex import amp
|
||||
APEX_AVAILABLE = True
|
||||
except ModuleNotFoundError:
|
||||
except ModuleNotFoundError: # pragma: no cover
|
||||
APEX_AVAILABLE = False
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue