We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e10544 commit f1dc6b0Copy full SHA for f1dc6b0
1 file changed
UPGRADING.md
@@ -392,12 +392,9 @@ versions = replicate.models.versions.list(
392
model_owner="owner",
393
model_name="name"
394
)
395
-
396
-# NEW: List all models
397
-all_models = replicate.models.list()
398
```
399
400
-The `model.versions` shorthand is not available in v2. The v2 SDK adds a new `models.list()` method to list all models.
+The `model.versions` shorthand is not available in v2.
401
402
## Trainings
403
0 commit comments