Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created November 13, 2022 16:48
Show Gist options
  • Save ahmedbesbes/3308eb3c7aabb5c39970e14be7176f2f to your computer and use it in GitHub Desktop.
Save ahmedbesbes/3308eb3c7aabb5c39970e14be7176f2f to your computer and use it in GitHub Desktop.
bentoml.pytorch.save_model(
name="mnist",
model=model,
signature={
"__call__": {
"batchable": True,
"batch_dim": (0, 0),
},
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment