mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
removed deps
This commit is contained in:
@@ -163,7 +163,7 @@ def test_cpu_model_with_amp():
|
||||
|
||||
model, hparams = get_model()
|
||||
|
||||
with pytest.raises(MisconfigurationException):
|
||||
with pytest.raises(ModuleNotFoundError):
|
||||
run_gpu_model_test(trainer_options, model, hparams, on_gpu=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user