To run llama.cpp
on Oneplus Ace2V, you need an extra step:
1 | export LD_LIBRARY_PATH=/vendor/lib64:/vendor/lib64/mt6983:/vendor/lib64/egl/mt6983 |
To run llama.cpp
on Oneplus Ace2V, you need an extra step:
1 | export LD_LIBRARY_PATH=/vendor/lib64:/vendor/lib64/mt6983:/vendor/lib64/egl/mt6983 |
on non-macos platforms, use zeal instead.
the core problem is that after uninstallation of xcode, one cannot launch the Apple Doc Helper
or some binary afterwards inside the Apple docset under dash documentation folder. the docset can be copied to this folder automatically by dash but without xcode it cannot be opened.
to enable the service:
1 | sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist |
to update locate db:
1 | sudo /usr/libexec/locate.updatedb |
or, more conveniently:
1 | sudo ln -s /usr/libexec/locate.updatedb /usr/local/sbin/updatedb |
use mdfind