Skip to content

Commit

Permalink
fix(joblib): update configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 4, 2023
1 parent 0c6baba commit 5c4a6a1
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/hyfi/conf/joblib/__init__.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
backend: joblib
initialize_backend: true
minibatch_size: 1_000
num_workers: ${oc.select:..num_workers,1}
distributed_framework:
backend: joblib
initialize: true
num_workers: ${..num_workers}
batcher:
procs: ${..num_workers}
minibatch_size: 1_000
backend: ${..distributed_framework.backend}
task_num_cpus: 1
task_num_gpus: 0
verbose: 10
task_num_gpus: 0
verbose: false

0 comments on commit 5c4a6a1

Please sign in to comment.