Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 13, 2024
1 parent 57556c2 commit 18e165e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
9 changes: 9 additions & 0 deletions examples_and_demos/kornia_So3.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install -q kornia"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions examples_and_demos/kornia_demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install -q kornia"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
5 changes: 1 addition & 4 deletions tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ mkdir .ivy
pip install -r requirements.txt >/dev/null 2>&1

# get the binaries
python3 << 'EOF'
import ivy
ivy.utils.cleanup_and_fetch_binaries(clean=True)
EOF
VERSION=nightly python3 -c "import ivy; ivy.utils.cleanup_and_fetch_binaries(clean=True)"


# run test
Expand Down

0 comments on commit 18e165e

Please sign in to comment.