diff --git a/serverless/endpoints/model-caching.mdx b/serverless/endpoints/model-caching.mdx index d1eac64d..69689fc5 100644 --- a/serverless/endpoints/model-caching.mdx +++ b/serverless/endpoints/model-caching.mdx @@ -85,13 +85,17 @@ Follow these steps to select and add a cached model to your endpoint: - Navigate to the [Serverless section](https://www.console.runpod.io/serverless) of the console and click **New Endpoint**. + Navigate to the [Serverless section](https://www.console.runpod.io/serverless) of the console and click **New Endpoint**. Choose your deployment type (Hugging Face, Docker, GitHub, or Hub). + + If you select **Hugging Face**, the model field is the primary input—model caching is pre-configured automatically. In the **Endpoint Configuration** step, scroll down to **Model** and add the link or path for the model you want to use. For example, `Qwen/qwen3-32b-awq`. + The console displays the model size and estimated GPU requirements to help you choose the right GPU configuration. +