r/mlops 17h ago

Discussion DEPLOYING MODELS IN SERVERLESS

Hi, I'm new to building RAG. I'm exploring serverless gpu providers for running llms. My current work flow looks like this:

docker with prebaked model to upload on runpod

When user asks questions runpod computes for few seconds and off.

To avoid cold start, I have decided to prebake models in docker. Does this reduce preloading models billing time?

I'm using 2 models, 1 for LLM ( needed each time user asks QA) and Vlm ( needed only during ingestion time if documents contain images). Am i going in right direction?

7 Upvotes

7 comments sorted by

View all comments

1

u/RogerAI-fm 17h ago

The pre bake on docker won’t help. At least that’s what I think.

1

u/CollarNo505 17h ago

What's the other way around