BlueFog installation

BlueFog: A software framework for distributed and decentralized optimization

https://github.com/Bluefog-Lib
Team: Bicheng Yin (Google), Kun Yuan (Alibaba), Hanbin Hu (UCSB), Ji Liu (Baidu), Wotao Yin (Alibaba)

Tutorial for Ubuntu 18.04 or 20.04

download Miniconda3-latest-Linux-x86_64.sh
$ chmod +x Miniconda3-latest-Linux-x86_64.sh
$ ./Miniconda3-latest-Linux-x86_64.sh

restart shell
$ conda update conda

$ sudo apt-get install -y -q git openmpi-bin libopenmpi-dev

$ conda create -n bluefog python=3.7
$ conda activate bluefog

$ cd ~
$ git clone https://github.com/Bluefog-Lib/bluefog.git
$ cd bluefog/
$ git submodule update --init --recursive
$ python -m pip install .

$ cd ~
$ git clone https://github.com/Bluefog-Lib/EastCoastTutorial2021.git

$ cd EastCoastTutorial2021/
$ jupyter notebook --no-browser --port=8821
 


版权声明:本文为renbaifen原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。