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
# To sync with latest llama.cpp:
git checkout remote
git pull upstream master
# To merge updates into your main:
git checkout main
git merge remote
git push origin main