mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
657 B
657 B
Orchestra
Orchestra is a distributed execution framework with a Python-like programming model.
Setup
Install GRPC
- Follow the instructions here, though some of the instructions are outdated.
cd ~/grpc
mkdir build
cd build
cmake ..
make
make install
cd ..
python setup.py install
Install Orchestra
git clone git@github.com:amplab/orch.git
cd orch
mkdir build
cd build
cmake ..
make install
cd ../lib/orchpy
python setup.py install
cd ~/orch/test
bash gen-python-code.sh
python runtest.py