Deployment of finetuned model

Well , I have a private finetuned model of 16GB and also have a customized inference script . How can i deploy the model with git or docker

Hi @Shubham_Kumar,

You can build the image, push it to docker hub or somewhere else and we can use it.
You can also connect your GitHub account, and then you can select your repo with Dockerfile, and we will build the image.

Does it answer your question?