mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Only install ray python packages. (#330)
* Only install ray python packages. * Add some __init__.py files. * Install Ray before building documentation. * Fix install-ray.sh. * Fix.
This commit is contained in:
committed by
Philipp Moritz
parent
39b7abefc5
commit
6a4bde54dc
@@ -74,7 +74,7 @@ LocalSchedulerMock *LocalSchedulerMock_init(int num_workers,
|
||||
UT_string *worker_command;
|
||||
utstring_new(worker_command);
|
||||
utstring_printf(worker_command,
|
||||
"python ../../python/ray/workers/default_worker.py "
|
||||
"python ../../../python/ray/workers/default_worker.py "
|
||||
"--node-ip-address=%s --object-store-name=%s "
|
||||
"--object-store-manager-name=%s --local-scheduler-name=%s "
|
||||
"--redis-address=%s:%d",
|
||||
|
||||
@@ -3,7 +3,7 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import unittest
|
||||
import numbuf
|
||||
import ray.numbuf as numbuf
|
||||
import numpy as np
|
||||
from numpy.testing import assert_equal
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user