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
The idea is that many people do not have git-lfs installed and thus encounter pseudo-errors. To overcome that, we can try pack all savant as artifacts and provide a script to install it like
# VERSION=develop# VERSION=0.4.5# DIRECTORY=develop (by default is equal to branch/tag)#
curl -O install.sh https://get.savant-ai.io/install.sh
sh ./install.sh install develop
cd develop/Savant
sh ./install.sh prune develop # prunes everything in `develop` and images
sh ./install.sh update develop # updated images and unmodified source code/for modified asks to keep the original or replace with new.
Which downloads sources, images, unzips, and checks dependencies on L4T and X86. It also can clear and reinstall.
The text was updated successfully, but these errors were encountered:
The idea is that many people do not have git-lfs installed and thus encounter pseudo-errors. To overcome that, we can try pack all savant as artifacts and provide a script to install it like
Which downloads sources, images, unzips, and checks dependencies on L4T and X86. It also can clear and reinstall.
The text was updated successfully, but these errors were encountered: