Use Thinc tracking issue instead

This commit is contained in:
Paul O'Leary McCann 2022-10-18 19:49:11 +09:00
parent 00d938a749
commit 1973b37f48

View File

@ -160,7 +160,7 @@ const QuickstartInstall = ({ id, title }) => {
showDropdown={showDropdown} showDropdown={showDropdown}
> >
<QS os="mac" hardware="gpu" platform="arm"> <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> # Note M1 GPUs support is experimental, see <a href="https://github.com/explosion/thinc/issues/792">this issue</a>
</QS> </QS>
<QS package="pip" config="venv"> <QS package="pip" config="venv">
python -m venv .env python -m venv .env