Note: For now the following source does not support RDMA. You may compile RDMA-enabled docker images using our dockerfiles.
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps byteps-server
export BYTEPS_SERVER_MXNET_PATH=/usr/local/lib/python2.7/dist-packages/mxnet
Choose a pypi source according to the framework and CUDA version you already have. Find YOUR_WHEEL_URL from the below lists, and then:
wget -O byteps-0.1.0-cp27-none-any.whl YOUR_WHEEL_URL
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps byteps-0.1.0-cp27-none-any.whl
TensorFlow
PyTorch
MXNet