Skip to content

Commit

Permalink
[CHORE] Update tutorials to use released version of Daft (#1751)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Jan 16, 2024
1 parent 447ea5a commit 247ea0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Install Daft! (We use the nightly version here, but latest will work too.)\n",
"!pip install 'getdaft[aws]' --pre --extra-index-url https://pypi.anaconda.org/daft-nightly/simple\n",
"# Install Daft!\n",
"!pip install 'getdaft[aws]'\n",
"\n",
"# We will use sentence-transformers for computing embeddings.\n",
"!pip install sentence-transformers"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/image_querying/top_n_red_color.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install getdaft[aws,ray] --pre --extra-index-url https://pypi.anaconda.org/daft-nightly/simple\n",
"!pip install getdaft[aws,ray]\n",
"!pip install Pillow numpy"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install getdaft --pre --extra-index-url https://pypi.anaconda.org/daft-nightly/simple\n",
"!pip install getdaft\n",
"!pip install Pillow torch torchvision"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/text_to_image/using_cloud_with_ray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install getdaft[ray] --pre --extra-index-url https://pypi.anaconda.org/daft-nightly/simple\n",
"!pip install getdaft[ray]\n",
"!pip install Pillow"
]
},
Expand Down

0 comments on commit 247ea0a

Please sign in to comment.