Bluefog-Lib / bluefog

Distributed and decentralized training framework for PyTorch over graph
https://bluefog-lib.github.io/bluefog/
Apache License 2.0
291 stars 71 forks source link

Interactive bluefog #68

Closed BichengYing closed 3 years ago

BichengYing commented 3 years ago

I updated the command usage. The lastest version is ibfrun start -np 4 instead.

On Sun, Jan 3, 2021 at 12:39 AM kunyuan notifications@github.com wrote:

@kunyuan827 commented on this pull request.

In examples/interactive_bluefog_helloworld.ipynb https://github.com/Bluefog-Lib/bluefog/pull/68#discussion_r550975268:

  • "To begin with, make sure that you have installed OpenMPI and BlueFog in your system first.\n",
  • "Besides these, you also need to install ipyparallel package for managering the parallel computation.\n",
  • "Usually, you can install it through pip install jupyter ipyparallel.\n",
  • "\n",
  • "## Steps to run Bluefog with Jupyter Notebook\n",
  • "\n",
  • "- Step 1: Start jupyter notebook\n",
  • "\n",
  • "```shell\n",
  • "jupyter notebook\n",
  • "```\n",
  • "\n",
  • "- Step 2A: Start the ibfrun (interactive bluefog run) in a single machine\n",
  • "\n",
  • "```shell\n",
  • "ibfrun start -np 4\n",

this code seems not working?

ibfrun -np 4 start works.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Bluefog-Lib/bluefog/pull/68#pullrequestreview-560678075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7QAAMAM34VT6ARWXLA3ATSYAUNHANCNFSM4VQWF7VQ .