facebookresearch / LaViLa

Code release for "Learning Video Representations from Large Language Models"
MIT License
491 stars 46 forks source link

Git clone failing in Colab #2

Closed nateraw closed 1 year ago

nateraw commented 1 year ago

The git clone is failing in colab. the fix is trivial...update the first code cell to:

!git clone https://github.com/facebookresearch/LaViLa.git lavila
%cd lavila
zhaoyue-zephyrus commented 1 year ago

Hi @nateraw ,

Thanks for spotting this! The colab has been fixed.

Best, Yue