v0.13.0-alpha.7
Pre-release
Pre-release
elephantum
released this
30 Jul 17:19
·
382 commits
to master
since this release
-
Try to setup logging in RayExecutor (fails so far)
-
Lazy initialisation of Ray to speedup things in CLI
-
Add
ExecutorConfig.parallelism
parameter -
Add
name
parameter toexecutor.run_process_batch
to customize task name in ray dashboard -
Migrate
run_changelist
to executor, possible parallelisation -
Limit number of in-flight Ray tasks in one
run_process_batch
to 100 -
Fix batch count in tqdm in
run_changelist
-
Add
--start-step
parameter tostep run-changelist
CLI -
Move
--executor
parameter fromdatapipe step
todatapipe
command