Skip to content

Commit 538bc73

Browse files
Add examples/vertex-ai/notebooks/deploy-flux-on-vertex-ai (#76)
* Add `examples/vertex-ai/notebooks/deploy-flux-on-vertex-ai` * Add missing `gcloud auth application-default login` * Add `deploy-flux-on-vertex-ai` in examples listing * Add `IPython.display` for `Pillow` image Co-authored-by: Philipp Schmid <[email protected]> --------- Co-authored-by: Philipp Schmid <[email protected]>
1 parent b27f938 commit 538bc73

File tree

10 files changed

+435
-0
lines changed

10 files changed

+435
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ The [`examples`](./examples) directory contains examples for using the container
6161
| Vertex AI | [deploy-embedding-on-vertex-ai](./examples/vertex-ai/notebooks/deploy-embedding-on-vertex-ai) | Deploying an embedding model with Text Embeddings Inference (TEI) on Vertex AI. |
6262
| Vertex AI | [deploy-gemma-on-vertex-ai](./examples/vertex-ai/notebooks/deploy-gemma-on-vertex-ai) | Deploying Gemma 7B Instruct with Text Generation Inference (TGI) on Vertex AI. |
6363
| Vertex AI | [deploy-gemma-from-gcs-on-vertex-ai](./examples/vertex-ai/notebooks/deploy-gemma-from-gcs-on-vertex-ai) | Deploying Gemma 7B Instruct with Text Generation Inference (TGI) from a GCS Bucket on Vertex AI. |
64+
| Vertex AI | [deploy-flux-on-vertex-ai](./examples/vertex-ai/notebooks/deploy-flux-on-vertex-ai) | Deploying FLUX with Hugging Face PyTorch DLCs for Inference on Vertex AI. |

examples/vertex-ai/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For Google Vertex AI, we differentiate between the executable Jupyter Notebook e
2121
| [deploy-embedding-on-vertex-ai](./notebooks/deploy-embedding-on-vertex-ai) | Deploying an embedding model with Text Embeddings Inference (TEI) on Vertex AI. |
2222
| [deploy-gemma-on-vertex-ai](./notebooks/deploy-gemma-on-vertex-ai) | Deploying Gemma 7B Instruct with Text Generation Inference (TGI) on Vertex AI. |
2323
| [deploy-gemma-from-gcs-on-vertex-ai](./notebooks/deploy-gemma-from-gcs-on-vertex-ai) | Deploying Gemma 7B Instruct with Text Generation Inference (TGI) from a GCS Bucket on Vertex AI. |
24+
| [deploy-flux-on-vertex-ai](./notebooks/deploy-flux-on-vertex-ai) | Deploying FLUX with Hugging Face PyTorch DLCs for Inference on Vertex AI. |
2425

2526
## Pipelines
2627

266 KB
Loading
2.34 MB
Loading
805 KB
Loading
802 KB
Loading
622 KB
Loading
864 KB
Loading
611 KB
Loading

0 commit comments

Comments
 (0)