Created
November 13, 2022 16:48
-
-
Save ahmedbesbes/3308eb3c7aabb5c39970e14be7176f2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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