You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I run a training code, I faced an error.
It was mainly caused by missing the git-lfs package when download a clip repo.
In the script, you wrote git lfs install, but it does not work.
Rather, I use apt install git-lfs that is from official instruction from git.
The text was updated successfully, but these errors were encountered:
Hi.
While I run a training code, I faced an error.
It was mainly caused by missing the git-lfs package when download a clip repo.
In the script, you wrote
git lfs install,
but it does not work.Rather, I use
apt install git-lfs
that is from official instruction from git.The text was updated successfully, but these errors were encountered: