mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix formatting
This commit is contained in:
parent
907df53904
commit
0729d1edca
|
@ -99,7 +99,7 @@ p
|
|||
| Process texts as a stream, and yield #[code Doc] objects in order.
|
||||
| Supports GIL-free multi-threading.
|
||||
|
||||
+infobox("⚠️", "Important note for spaCy v2.0.x")
|
||||
+infobox("Important note for spaCy v2.0.x", "⚠️")
|
||||
| By default, multiple threads will be launched for matrix multiplication,
|
||||
| which may be inefficient on multi-core machines. Setting
|
||||
| #[code OPENBLAS_NUM_THREADS=1] should fix this problem. spaCy v2.1.x
|
||||
|
|
Loading…
Reference in New Issue
Block a user