We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_save_zoo_directory
1 parent c052e27 commit aac6b90Copy full SHA for aac6b90
tests/sparseml/transformers/utils/test_helpers.py
@@ -32,6 +32,7 @@ def test_save_zoo_directory(stub, tmp_path_factory):
32
zoo_model = Model(stub, path_to_training_outputs)
33
zoo_model.download()
34
35
+ zoo_model.deployment_tar.unzip()
36
zoo_model.sample_inputs.unzip()
37
zoo_model.sample_outputs["framework"].unzip()
38
0 commit comments