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
# build from source code: You would need the latest GNU make version, for example mac user can install with `brew install make` and export the proper path in zshrc file
gmake -j8 && sudo gmake install PREFIX=/usr/local
# download model if haven't
if [ ! -f "nomic-embed-text-v1.5.Q4_K_M.gguf" ]; then