From 00d938a749fcc21374a15d5748673a77246fa6d5 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 18 Oct 2022 19:09:45 +0900 Subject: [PATCH] Add warning to install widget for M1 GPUs --- website/src/widgets/quickstart-install.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/widgets/quickstart-install.js b/website/src/widgets/quickstart-install.js index 0d2186acb..017a3d712 100644 --- a/website/src/widgets/quickstart-install.js +++ b/website/src/widgets/quickstart-install.js @@ -159,6 +159,9 @@ const QuickstartInstall = ({ id, title }) => { setters={setters} showDropdown={showDropdown} > + + # Note M1 GPUs support is experimental, see #11436 + python -m venv .env