Skip to content

Commit

Permalink
docs: wrong arguments when saving (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimSoungRyoul committed Dec 5, 2022
1 parent 313f7b1 commit a697deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/batching.rst
Expand Up @@ -41,7 +41,7 @@ In addition to declaring model as batchable, batch dimensions can also be config
bentoml.pytorch.save_model(
name="mnist",
model=model,
signature={
signatures={
"__call__": {
"batchable": True,
"batch_dim": (0, 0),
Expand Down

0 comments on commit a697deb

Please sign in to comment.