facebookresearch / LaViLa

Code release for "Learning Video Representations from Large Language Models"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git clone failing in Colab

nateraw opened this issue · comments

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

Hi @nateraw ,

Thanks for spotting this! The colab has been fixed.

Best,
Yue