Skip to content

Commit 523d3cd

Browse files
committed
download_model
1 parent 32df007 commit 523d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ print(f"last: {vars(checkpoint_callback)}")
7676
upload_model(model=checkpoint_callback.last_model_path, name=MY_MODEL_NAME)
7777
```
7878

79-
To load the model, use the `load_model` function.
79+
To load the model, use the `download_model` function.
8080

8181
```python
8282
from lightning import Trainer

0 commit comments

Comments
 (0)