Skip to content

Commit 99c7042

Browse files
committed
doctest
1 parent 5e19d07 commit 99c7042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/utilities/model_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _determine_model_folder(model_name: str, default_root_dir: str) -> str:
117117
Returns:
118118
string path to the local model folder
119119
120-
>>> _determine_model_folder("registry:model-name", "/path/to/root")
120+
>>> _determine_model_folder("model-name", "/path/to/root")
121121
'/path/to/root/model-name'
122122
>>> _determine_model_folder("model-name:1.0", "/path/to/root")
123123
'/path/to/root/model-name_1.0'

0 commit comments

Comments
 (0)