[dask] disable work stealing explicitly for training tasks (#6794)
This commit is contained in:
parent
a59c7323b4
commit
f01af43eb0
@ -907,6 +907,7 @@ async def _train_async(
|
||||
evals_per_worker,
|
||||
pure=False,
|
||||
workers=[worker_addr],
|
||||
allow_other_workers=False
|
||||
)
|
||||
futures.append(f)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user