mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix missing comment syntax highlighting
This commit is contained in:
parent
74e8249ca8
commit
4b315d1c4c
|
@ -150,7 +150,7 @@ const QuickstartInstall = ({ id, title }) => {
|
|||
}
|
||||
return (
|
||||
<Quickstart data={data} title={title} id={id} setters={setters} showDropdown={showDropdown}>
|
||||
<QS os="mac" hardware="gpu" platform="arm">
|
||||
<QS os="mac" hardware="gpu" platform="arm" comment prompt={false}>
|
||||
# Note M1 GPU support is experimental, see{' '}
|
||||
<a href="https://github.com/explosion/thinc/issues/792">Thinc issue #792</a>
|
||||
</QS>
|
||||
|
|
Loading…
Reference in New Issue
Block a user