|
10 | 10 | - Google Cloud Run
|
11 | 11 | cover: "/images/ollama-google-cloud-run/01ollama-google-cloud-run.jpg"
|
12 | 12 | pagetitle: "How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]"
|
13 |
| -description: "Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API too, using Ollama" |
| 13 | +description: "Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API, too, using Ollama" |
14 | 14 | keywords: ollama google cloud run, ollama gemma, gemma ollama, ollama cloud, ollama gcp, ollama cloud run
|
15 | 15 | ---
|
16 | 16 | Ollama is a great way to run many open Large Language Models (LLMs). You can run Google Gemma 2, Phi 4, Mistral, and Llama 3 on your machine or the cloud with [Ollama](https://ollama.com/). You can also host these open LLMs as APIs using Ollama. In this post, you will learn how to host Gemma 2 (2b) with Ollama 0.5.x on Google Cloud Run; let’s get started!
|
@@ -96,7 +96,7 @@ Then, for billing select `Instance-based` and keep the `Minimum number of instan
|
96 | 96 |
|
97 | 97 | <img class="center" src="/images/ollama-google-cloud-run/14cloud-run-billing.jpg" loading="lazy" title="Select instance based billing, set minimum instances to 0 and ingress to All" alt="Select instance based billing, set minimum instances to 0 and ingress to All">
|
98 | 98 |
|
99 |
| -In the next part, you will link the GCS bucket as a Cloud Run volume. |
| 99 | +Next, you will link the GCS bucket as a Cloud Run volume. |
100 | 100 |
|
101 | 101 | ### Wire up GSC bucket as a Cloud Run Volume
|
102 | 102 |
|
@@ -145,7 +145,7 @@ Then click `Create` and wait for some time as the `Ollama` image is 1.5 GB, it w
|
145 | 145 |
|
146 | 146 | It will look like the below after it is deployed successfully:
|
147 | 147 |
|
148 |
| -<img class="center" src="/images/ollama-google-cloud-run/23cloud-run-created.jpg" loading="lazy" title="Cloud Run Service with Ollama created sucessfully and has a working URL now" alt="Cloud Run Service with Ollama created sucessfully and has a working URL now"> |
| 148 | +<img class="center" src="/images/ollama-google-cloud-run/23cloud-run-created.jpg" loading="lazy" title="Cloud Run Service with Ollama created successfully and has a working URL now" alt="Cloud Run Service with Ollama created successfully and has a working URL now"> |
149 | 149 |
|
150 | 150 | Click the service URL to see if it is working:
|
151 | 151 |
|
|
0 commit comments