From e2ff77e91b62763eb1c6143b4c5f649454295742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Mon, 18 Mar 2024 09:52:32 -0600 Subject: [PATCH] Instructions to use GPU on OSX (#197) --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 2ffb52189..e384cae6a 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,8 @@ Option 1: Install from PIP (recommended for analysts): 4. Run this if you want to train models on GPUs: ``conda install -c anaconda tensorflow-gpu`` + 4.1 For OSX use instead: ``python -m pip install tensorflow-metal`` + Option 2: Clone repo (recommended for developers) -------------------------------------------------