Ondřej Slabý
Ondřej Slabý
Any idea where to get the string for the Index headset other than asking someone who owns it?
The WebView itself only renders when it needs to due to a change on the page, not each frame. Only its SurfaceTexture's `updateTexImage()` gets called each frame, which should not...
Hello, I also have the same linking issue, also on Gentoo. It looks like the linking path doesn't come from the makefiles, but from `llama/llama.go`: https://github.com/dhiltgen/ollama/blob/2a0716598ab7128f91012310e7ce44bda5046142/llama/llama.go#L29 As a workaround, changing...
With the latest changes on @dhiltgen's `make_targets` branch, compilation works for me with just supplying `CUDA_12_PATH`, including `make cuda_v12`, `make all` and `make dist`. Thank you!