diff --git a/README.md b/README.md index 2d22965c..3719173b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ The [`examples`](./examples) directory contains examples for using the container | GKE | [examples/gke/tgi-deployment](./examples/gke/tgi-deployment) | Deploy Meta Llama 3 8B with TGI DLC on GKE | | GKE | [examples/gke/tgi-from-gcs-deployment](./examples/gke/tgi-from-gcs-deployment) | Deploy Qwen2 7B with TGI DLC from GCS on GKE | | GKE | [examples/gke/tei-deployment](./examples/gke/tei-deployment) | Deploy Snowflake's Arctic Embed with TEI DLC on GKE | -| Cloud Run | [examples/cloud-run/tgi-deployment](./examples/cloud-run/tgi-deployment) | Deploy Meta Llama 3.1 8B with TGI DLC on Cloud Run | +| Cloud Run | [examples/cloud-run/deploy-gemma-2-on-cloud-run](./examples/cloud-run/deploy-gemma-2-on-cloud-run) | Deploy Gemma2 9B with TGI DLC on Cloud Run | +| Cloud Run | [examples/cloud-run/deploy-llama-3-1-on-cloud-run](./examples/cloud-run/deploy-llama-3-1-on-cloud-run) | Deploy Llama 3.1 8B with TGI DLC on Cloud Run | ### Evaluation diff --git a/docs/source/resources.mdx b/docs/source/resources.mdx index c55e015e..6f70c7e6 100644 --- a/docs/source/resources.mdx +++ b/docs/source/resources.mdx @@ -66,4 +66,5 @@ Learn how to use Hugging Face in Google Cloud by reading our blog posts, present - Inference - - [Deploy Meta Llama 3.1 8B with TGI DLC on Cloud Run](https://github.com/huggingface/Google-Cloud-Containers/tree/main/examples/cloud-run/tgi-deployment) + - [Deploy Gemma2 9B with TGI DLC on Cloud Run](https://github.com/huggingface/Google-Cloud-Containers/tree/main/examples/cloud-run/deploy-gemma-2-on-cloud-run) + - [Deploy Llama 3.1 8B with TGI DLC on Cloud Run](https://github.com/huggingface/Google-Cloud-Containers/tree/main/examples/cloud-run/deploy-llama-3-1-on-cloud-run) diff --git a/examples/cloud-run/README.md b/examples/cloud-run/README.md index 19978b52..20cca87f 100644 --- a/examples/cloud-run/README.md +++ b/examples/cloud-run/README.md @@ -7,6 +7,12 @@ This directory contains usage examples of the Hugging Face Deep Learning Contain ## Inference Examples -| Example | Title | -| ---------------------------------- | ----------------------------------------------- | -| [tgi-deployment](./tgi-deployment) | Deploy Meta Llama 3.1 with TGI DLC on Cloud Run | +| Example | Title | +| ---------------------------------------------------------------- | --------------------------------------------- | +| [deploy-gemma-2-on-cloud-run](./deploy-gemma-2-on-cloud-run) | Deploy Gemma2 9B with TGI DLC on Cloud Run | +| [deploy-llama-3-1-on-cloud-run](./deploy-llama-3-1-on-cloud-run) | Deploy Llama 3.1 8B with TGI DLC on Cloud Run | + +## Training Examples + +Coming soon! +