Skip to content

Commit

Permalink
Fix pip install command in tapnet pytorch colab.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670484434
Change-Id: Ica0ebdc386368dd3ea94bc8425208f280df73d80
  • Loading branch information
yangyi02 committed Sep 3, 2024
1 parent a9ef766 commit 495a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/torch_tapir_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"outputs": [],
"source": [
"# @title Install code and dependencies {form-width: \"25%\"}\n",
"!pip install git+https://github.com/google-deepmind/tapnet.git[torch]"
"!pip install 'tapnet[torch] @ git+https://github.com/google-deepmind/tapnet.git'"
]
},
{
Expand Down

0 comments on commit 495a013

Please sign in to comment.