Add warning to install widget for M1 GPUs

This commit is contained in:
Paul O'Leary McCann 2022-10-18 19:09:45 +09:00
parent 858565a567
commit 00d938a749

View File

@ -159,6 +159,9 @@ const QuickstartInstall = ({ id, title }) => {
setters={setters} setters={setters}
showDropdown={showDropdown} showDropdown={showDropdown}
> >
<QS os="mac" hardware="gpu" platform="arm">
# Note M1 GPUs support is experimental, see <a href="https://github.com/explosion/spaCy/discussions/11436">#11436</a>
</QS>
<QS package="pip" config="venv"> <QS package="pip" config="venv">
python -m venv .env python -m venv .env
</QS> </QS>