From 51e5eca612d24896165ba8f7c83ecd0e8f695aa4 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Tue, 14 Sep 2021 10:11:55 +0200 Subject: [PATCH] Add long overdue link to the Google TRC project (#13501) * Add long-overdue link to the Google TRC project * Apply suggestions from code review Co-authored-by: Suraj Patil Co-authored-by: Stefan Schweter --- examples/flax/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flax/README.md b/examples/flax/README.md index 343572388a..cbcb1648a8 100644 --- a/examples/flax/README.md +++ b/examples/flax/README.md @@ -46,6 +46,8 @@ module abstraction using Python dataclasses that leads to concise and explicit c All of our JAX/Flax models are designed to run efficiently on Google Cloud TPUs. Here is [a guide for running JAX on Google Cloud TPU](https://cloud.google.com/tpu/docs/jax-quickstart-tpu-vm). +Consider applying for the [Google TPU Research Cloud project](https://sites.research.google/trc/) for free TPU compute. + Each example README contains more details on the specific model and training procedure.