mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 14:44:48 +08:00
add example functions to default worker (#210)
This commit is contained in:
committed by
Philipp Moritz
parent
eff6924b7c
commit
529e86ce64
@@ -8,6 +8,7 @@ import ray.worker as worker
|
||||
|
||||
import ray.array.remote as ra
|
||||
import ray.array.distributed as da
|
||||
import example_functions
|
||||
|
||||
DEFAULT_NUM_WORKERS = 10
|
||||
DEFAULT_WORKER_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "default_worker.py")
|
||||
|
||||
Reference in New Issue
Block a user