Skip to content

Commit

Permalink
Update example listings
Browse files Browse the repository at this point in the history
Automatically updated via `python
scripts/internal/update_example_tables.py`
  • Loading branch information
alvarobartt committed Oct 17, 2024
1 parent 26a5dc9 commit 57d70fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/source/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
12 changes: 9 additions & 3 deletions examples/cloud-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 57d70fb

Please sign in to comment.