Skip to content

Commit

Permalink
Merge pull request #584 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored Apr 2, 2024
2 parents 8d98b67 + e2cfc03 commit dce60a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mask-detection/1-training-and-evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"else:\n",
" commands = ['pip install torch==1.13.0+cpu torchvision==0.14.0+cpu -f https://download.pytorch.org/whl/torch_stable.html',\n",
" 'pip install tensorboard==2.5.0',\n",
" 'pip install horovod==0.25.0']\n",
" 'pip install horovod==0.25.0',\n",
" 'pip install onnx~=1.15.0']\n",
" builder_env={'HOROVOD_WITH_MPI':'1',\n",
" 'HOROVOD_WITH_PYTORCH': '1'}\n",
"\n",
Expand Down

0 comments on commit dce60a8

Please sign in to comment.