Skip to content

Commit

Permalink
Fixing GDown version on Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
phlippe committed Mar 12, 2024
1 parent 5439eb4 commit e558c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
" !git clone https://github.com/phlippe/BISCUIT\n",
" sys.path.append('BISCUIT/')\n",
" # On Google Colab, we need to install the dependencies\n",
" !pip install --quiet pytorch-lightning>=2.0 optuna ai2thor"
" !pip install --quiet pytorch-lightning>=2.0 optuna ai2thor gdown\n",
" !pip install --quiet --upgrade gdown"
]
},
{
Expand Down

0 comments on commit e558c4c

Please sign in to comment.