giustiro
giustiro
RRunPod
Created by giustiro on 7/12/2024 in #⚡|serverless
Deploying MIGAN model to Serverless.
Hi, could someone recommend how to deploy the MIGAN model in a RunPod serverless wrapper? There are 2 areas where I need advice: Downloading the model Invoking the model from Python to expose it in the RunPod wrapper. I already have an implementation, but it is very bad and slow, when it should be very fast, as the model is very lightweight (<50MB) and even runs well on CPU. I'm taking this to Docker and from there, setting up the serverless environment in RunPod. What tips can you share to implement this model effectively? The model: https://github.com/Picsart-AI-Research/MI-GAN Thanks!
32 replies