We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c953aa commit f32a0beCopy full SHA for f32a0be
tests/integrations/test_cloud.py
@@ -78,6 +78,7 @@ def test_lightning_default_checkpointing(importing, tmp_path):
78
79
trainer = Trainer(
80
max_epochs=2,
81
+ default_root_dir=tmp_path,
82
model_registry=f"{org_team}/{model_name}",
83
)
84
trainer.fit(BoringModel())
0 commit comments