We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92853f9 commit 0316279Copy full SHA for 0316279
doc/faq.rst
@@ -231,8 +231,7 @@ consider the lack of fork-safety in Accelerate / vecLib as a bug.
231
In Python 3.4+ it is now possible to configure ``multiprocessing`` to use the
232
'forkserver' or 'spawn' start methods (instead of the default 'fork') to manage
233
the process pools. This makes it possible to not be subject to this issue
234
-anymore. The version of joblib shipped with scikit-learn automatically uses
235
-that setting by default (under Python 3.4 and later).
+anymore.
236
237
If you have custom code that uses ``multiprocessing`` directly instead of using
238
it via joblib you can enable the 'forkserver' mode globally for your
0 commit comments