mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
renaming project, halo -> ray (#95)
This commit is contained in:
committed by
Philipp Moritz
parent
44ae1788ee
commit
4cc024ae36
@@ -1,6 +1,6 @@
|
||||
# Halo
|
||||
# Ray
|
||||
|
||||
Halo is a distributed execution framework with a Python-like programming model.
|
||||
Ray is a distributed execution framework with a Python-like programming model.
|
||||
|
||||
## Design Decisions
|
||||
|
||||
@@ -14,6 +14,6 @@ For a description of our design decisions, see
|
||||
|
||||
1. sudo apt-get update
|
||||
2. sudo apt-get install git
|
||||
3. git clone https://github.com/amplab/halo.git
|
||||
4. cd halo
|
||||
3. git clone https://github.com/amplab/ray.git
|
||||
4. cd ray
|
||||
5. bash setup.sh
|
||||
|
||||
Reference in New Issue
Block a user