Closed hugocool closed 1 year ago
Hi @hugocool,
The --print-location
command is no longer available and replaced by -o path
. For example, you can use saved_path=$(bentoml get text-classification-svc:latest -o path --quiet)
.
Did you see the --print-location
in the documentation somewhere? we should update that to the -o
option now
I realised I saw it in the old version of the docs, 0.13, so I wanted to remove this bug report but couldn’t. Thanks for answering how to do this!
Hugo Evers On 13 Sep 2023 at 18:15 +0200, Chaoyu @.***>, wrote:
Hi @hugocool, The --print-location command is no longer available and replaced by -o path. For example, you can use saved_path=$(bentoml get text-classification-svc:latest -o path --quiet). Did you see the --print-location in the documentation somewhere? we should update that to the -o option now — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Since we have stopped providing support for 0.13 a while now, I wonder how do you land on the doc?
By googling for AWS EKS deployment of BentoML.
Hugo Evers On 13 Sep 2023 at 19:28 +0200, Aaron Pham @.***>, wrote:
Since we have stopped providing support for 0.13 a while now, I wonder how do you land on the doc? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Thank you @hugocool! we will add a deprecation notice to the 0.13 documentation
Describe the bug
To reproduce
give the following error:
Environment
bentoml 1.1.6 python: 3.9.11 os: debian 24