From d24a523130cab1ec905a7b4c41d752e4d56fb851 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 2 Jul 2021 13:41:14 +0100 Subject: [PATCH] Update README.md --- examples/research_projects/jax-projects/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/research_projects/jax-projects/README.md b/examples/research_projects/jax-projects/README.md index cf9692f070..a973eaa08d 100644 --- a/examples/research_projects/jax-projects/README.md +++ b/examples/research_projects/jax-projects/README.md @@ -258,7 +258,13 @@ Doing so will allow you to share your fork of the Transformers library with your install JAX's TPU version before cloning and installing the transformers repository. Otherwise, an incorrect version of JAX will be installed, and the following commands will throw an error. -To install JAX's TPU version simply run the following command: +To install JAX's TPU version first run the following command: + +``` +$ pip install requests +``` + +and then: ``` $ pip install "jax[tpu]>=0.2.16" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html