Skip to content

Commit

Permalink
Merge pull request #614 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
[mask detection] fixing  cannot import name 'builder' from 'google.protobuf.internal'
  • Loading branch information
aviaIguazio authored Jun 30, 2024
2 parents c5a4a45 + e1380d0 commit 2ccf80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mask-detection/1-training-and-evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"outputs": [],
"source": [
"if framework=='tf-keras':\n",
" commands = ['pip install tensorflow~=2.9.0',\n",
" commands = ['pip install tensorflow~=2.9.0 mlrun',\n",
" 'pip install horovod==0.25.0']\n",
" builder_env = {'HOROVOD_WITH_MPI':'1', 'HOROVOD_WITH_TENSORFLOW':'1'}\n",
"else:\n",
Expand Down

0 comments on commit 2ccf80c

Please sign in to comment.