From a697deb33708fc16e39d65e70ef26fa187006fe5 Mon Sep 17 00:00:00 2001 From: KimSoungRyoul Date: Mon, 5 Dec 2022 18:10:57 +0900 Subject: [PATCH] docs: wrong arguments when saving (#3306) --- docs/source/guides/batching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/batching.rst b/docs/source/guides/batching.rst index 578b0417953..145c1ad5b8b 100644 --- a/docs/source/guides/batching.rst +++ b/docs/source/guides/batching.rst @@ -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),