Skip to content

Commit 0154a6a

Browse files
committed
fix: pip installation in examples
1 parent dd12ee6 commit 0154a6a

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

docs/examples/classify_video_zero_shot.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@
157157
}
158158
],
159159
"source": [
160-
"%pip install feluda_classify_video_zero_shot\n",
161-
"\n",
162160
"from classify_video_zero_shot import VideoClassifier\n",
163161
"\n",
164162
"classifier = VideoClassifier()"

docs/examples/plot_cluster_videos.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@
8989
"We'll use two operators for this example. One for extracting embeddings and other for clustering."
9090
]
9191
},
92-
{
93-
"cell_type": "code",
94-
"execution_count": null,
95-
"id": "af47ebb5-bc10-431d-ac39-e1f4ef647741",
96-
"metadata": {},
97-
"outputs": [],
98-
"source": [
99-
"%pip install feluda_cluster_embeddings feluda_vid_vec_rep_clip"
100-
]
101-
},
10292
{
10393
"cell_type": "code",
10494
"execution_count": 5,

docs/examples/plot_tsne_videos.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 4,
96+
"execution_count": null,
9797
"id": "71e62b81-db4e-43a5-afbe-de5e44c2c55e",
9898
"metadata": {},
9999
"outputs": [
@@ -106,8 +106,6 @@
106106
}
107107
],
108108
"source": [
109-
"# %pip install feluda_vid_vec_rep_clip feluda_dimension_reduction\n",
110-
"\n",
111109
"from dimension_reduction import DimensionReduction\n",
112110
"from vid_vec_rep_clip import VidVecRepClip\n",
113111
"\n",

0 commit comments

Comments
 (0)