We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.1.7
1 parent a26d86d commit 538dd92Copy full SHA for 538dd92
README.md
@@ -51,7 +51,7 @@ import torch
51
52
# save a model
53
model = torch.nn.Module()
54
-lm.upload_model(model=model, name="model-name")
+lm.save_model(model=model, name="model-name")
55
56
# load a model
57
model = lm.load_model(name="model-name")
src/litmodels/__about__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.6"
+__version__ = "0.1.7"
2
__author__ = "Lightning-AI et al."
3
__author_email__ = "[email protected]"
4
__license__ = "Apache-2.0"
0 commit comments