Skip to content

Commit 0294b2a

Browse files
authored
Update all Colabs in the repo to use ai-edge-torch-nightly. (#4)
BUG=http://b/340367182
1 parent 875f2ea commit 0294b2a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ai_edge_torch/generative/examples/t5/t5_conversion_colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
63-
"!pip install ai-edge-torch"
63+
"!pip install ai-edge-torch-nightly"
6464
]
6565
},
6666
{

docs/pytorch_converter/getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"outputs": [],
6262
"source": [
6363
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
64-
"!pip install ai-edge-torch"
64+
"!pip install ai-edge-torch-nightly"
6565
]
6666
},
6767
{

test/image_classification/colab/mobile_vit_mpt.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
63-
"!pip install ai-edge-torch\n",
63+
"!pip install ai-edge-torch-nightly\n",
6464
"!pip install transformers pillow requests matplotlib mediapipe"
6565
]
6666
},

test/image_classification/colab/mobile_vit_tfl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
63-
"!pip install ai-edge-torch\n",
63+
"!pip install ai-edge-torch-nightly\n",
6464
"!pip install transformers pillow requests matplotlib"
6565
]
6666
},

test/image_segmentation/colab/isnet_mpt.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
63-
"!pip install ai-edge-torch\n",
63+
"!pip install ai-edge-torch-nightly\n",
6464
"!pip install pillow requests matplotlib mediapipe"
6565
]
6666
},

test/image_segmentation/colab/isnet_tfl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"!pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt\n",
63-
"!pip install ai-edge-torch\n",
63+
"!pip install ai-edge-torch-nightly\n",
6464
"!pip install pillow requests matplotlib"
6565
]
6666
},

0 commit comments

Comments
 (0)