Skip to content

Update overview.mdx#691

Merged
lavanya-gunreddi merged 3 commits into
mainfrom
lg-serverless-jaccomments
Jul 16, 2026
Merged

Update overview.mdx#691
lavanya-gunreddi merged 3 commits into
mainfrom
lg-serverless-jaccomments

Conversation

@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

No description provided.

@mintlify

mintlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jul 6, 2026, 5:23 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

jhcipar
jhcipar previously approved these changes Jul 16, 2026
Comment thread serverless/workers/overview.mdx Outdated
1. [**Use cached models**](/serverless/endpoints/model-caching): For models on Hugging Face (public or gated), this is the recommended approach. Cached models provide the fastest cold starts and persist across worker restarts.

2. [**Bake the model into your Docker image**](/serverless/workers/create-dockerfile#including-models-and-files): For private models not on Hugging Face, embed them directly in your container image. This ensures the model is always available but increases image size.
2. [**Bake the model into your Docker image**](/serverless/workers/create-dockerfile#including-models-and-files): For private models not on Hugging Face, embed them directly in your container image. This increases image size and initialization time, but ensures the model is stored directly on machine disk before the worker starts, so it's ready to serve requests the moment billing begins.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small comment actually - I'd say "ready to serve requests quickly after billing begins", not the moment billing begins

or something along those lines. it's not instant, it's just much faster than a network volume or downloading from huggingface

@jhcipar

jhcipar commented Jul 16, 2026

Copy link
Copy Markdown

looks great! thank you for updating this 🙏

@lavanya-gunreddi
lavanya-gunreddi merged commit a18007c into main Jul 16, 2026
3 checks passed
@lavanya-gunreddi
lavanya-gunreddi deleted the lg-serverless-jaccomments branch July 16, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants