Skip to content

Commit

Permalink
Merge pull request Transpile-AI#26 from tomatillos/main
Browse files Browse the repository at this point in the history
Pin Ivy install to working commit
  • Loading branch information
tomatillos committed Jun 30, 2023
2 parents 8a9e211 + 41fd32c commit 8e20172
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 16 deletions.
52 changes: 37 additions & 15 deletions examples_and_demos/alexnet_demo.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion examples_and_demos/image_segmentation_with_ivy_unet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"outputs": [],
"source": [
"!pip install ivy\n",
"!git clone https://github.com/unifyai/ivy.git\n",
"!cd ivy && git checkout d66f7a2 && python3 -m pip install -q -e .\n",
"\n",
"!git clone https://github.com/unifyai/models.git\n",
"!cd models && python3 -m pip install -q -e .\n",
Expand Down

0 comments on commit 8e20172

Please sign in to comment.