This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
j
Yes. Just because of adaptive batching.
Especially on GPU
s
Thanks Jiang! So, If I want to enable adaptive batch, just add
bentoml.Runnable.method(batchable=True)
option right?
j
You will have to ensure your model does accept batch inputs before
🤔 1
Then, yes
s
Thank you very much!