We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfc64d commit cf032f6Copy full SHA for cf032f6
tests/integrations/test_cloud.py
@@ -274,3 +274,6 @@ def test_pytorch_mixin_push_and_pull():
274
assert isinstance(loaded_dummy, DummyTorchModel)
275
# Compare the outputs as a verification.
276
assert torch.allclose(output_before, output_after), "Loaded model output differs from original."
277
+
278
+ # CLEANING
279
+ _cleanup_model(teamspace, model_name, expected_num_versions=1)
0 commit comments