Config
ParallelConfig
dataclass
¶
Configuration for parallel computation backend.
PARAMETER | DESCRIPTION |
---|---|
backend |
Type of backend to use. Defaults to 'joblib'
TYPE:
|
address |
Address of existing remote or local cluster to use. |
n_cpus_local |
Number of CPUs to use when creating a local ray cluster. This has no effect when using an existing ray cluster. |
logging_level |
Logging level for the parallel backend's worker. |
wait_timeout |
Timeout in seconds for waiting on futures.
TYPE:
|