How I can deploy the model without using Accelerated Inference API or Amazon SageMaker.
I want to download the model then build my own API to call it, is that possible??
Yes that 's possible. You can make a FastAPI app for instance to expose your model as a REST API, and then deploy it on a platform of choice.
1 Like