We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ModelVersionIdentifier
1 parent 2b7e88f commit 73f0137Copy full SHA for 73f0137
1 file changed
replicate/identifier.py
@@ -8,7 +8,7 @@
8
9
class ModelVersionIdentifier(NamedTuple):
10
"""
11
- A reference to a model version in the format owner/name:version.
+ A reference to a model version in the format owner/name or owner/name:version.
12
13
14
owner: str
0 commit comments