mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:00:36 +08:00
Migrate repositories to ray-project. (#438)
* Migrate repositories to ray-project. * Update numbuf to the migrated version.
This commit is contained in:
committed by
Philipp Moritz
parent
4fc42c3e1e
commit
91f16a3df0
+1
-1
@@ -130,7 +130,7 @@ class RayCluster(object):
|
||||
sudo apt-get -y install git &&
|
||||
mkdir -p "{}" &&
|
||||
cd "{}" &&
|
||||
git clone "https://github.com/amplab/ray";
|
||||
git clone "https://github.com/ray-project/ray";
|
||||
cd ray;
|
||||
./install-dependencies.sh;
|
||||
./setup.sh;
|
||||
|
||||
Reference in New Issue
Block a user