Skip to content

Commit 538dd92

Browse files
committed
releasing 0.1.7
1 parent a26d86d commit 538dd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import torch
5151

5252
# save a model
5353
model = torch.nn.Module()
54-
lm.upload_model(model=model, name="model-name")
54+
lm.save_model(model=model, name="model-name")
5555

5656
# load a model
5757
model = lm.load_model(name="model-name")

src/litmodels/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)