Replies: 1 comment
-
hi @AndreasLR! We just released the rc1 version, we think this was actually a bug with rc0. Could you update with "pip install bentoml --pre -U" and try it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes one might have a system locally for development that that differs from the production system. In my case my dev setup has a GPU, while the production system does not. It would be ideal to have some documentation on how device selection can be enforced so as to use the CPU on both systems.
For the TF2 tutorial I have tried by configuring the runner resources in bentofile.yaml without success:
In fact, here is bento.yaml produced by the
bentoml build
command:On a last note it might be efficient to have some feedback from
bentoml build
if there are parameters in bentofile.yaml that fail to take effect.Beta Was this translation helpful? Give feedback.
All reactions