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 4766b56 commit 88ace7eCopy full SHA for 88ace7e
tests/test_modeldownload.py
@@ -15,7 +15,7 @@ def test_catdownload(tmp_path_factory):
15
# TODO: just download the lightweight stuff..
16
import dlclibrary, os
17
18
- folder = tmp_path_factory.mkdir("cat")
+ folder = tmp_path_factory.mktemp("cat")
19
dlclibrary.download_hugginface_model("full_cat", str(folder))
20
21
assert os.path.exists(folder / "pose_cfg.yaml")
0 commit comments