rstudio / tensorflow.rstudio.com

https://tensorflow.rstudio.com
9 stars 12 forks source link

TensorFlow Model Serving in Connect is removed #52

Open aronatkins opened 1 year ago

aronatkins commented 1 year ago

TensorFlow Model serving in Connect was deprecated as of 2022.09.0 and removed as of 2023.01.0.

We recommend that folks use an API framework like Plumber, Flask, or FastAPI to create an HTTP API for hosting TensorFlow models on Connect going forward.

https://docs.posit.co/connect/news/#rstudio-connect-2022090 https://docs.posit.co/connect/news/#posit-connect-2023010

aronatkins commented 1 year ago

Related: https://github.com/rstudio/tfdeploy/issues/37