Trent V.
Trent V.
So if I'm understanding correctly - you are creating a reverse tunnel (kubectl port-forward) from a cloud hosted server to your local Mac computer. There is a lot of networks...
Just noting - JavaScript - while popular is a very heavy language compared to something like C. The flipper isn't exactly a compute powerhouse, so I'm concerned that there will...
> I believe there are available tooling to convert Js to C. I wonder if this could be part of a "build process" to enable the faster running of the...
I think making a front end app and distributing it on a mobile platform is ok. But using the name and logo is distasteful at best. I really hope the...
I Intentionally didn't add any logic to remove the nvidia drivers/repos with this uninstall script. I could see this creating a problem for users that do not want the nvidia...
Hello Everyone! This has been sitting here for a bit, Is there anything else needed for this PR? My apologize if I made any mistakes! Thanks!
what does the server stdout say?
no worries - when you type `ollama serve` there should be some output on the command line that looks like this. ``` couldn't find '/root/.ollama/id_ed25519'. Generating new private key. Your...
ok awesome try just running the command `sudo kill 1821` it looks like your current user doesnt have the permission to stop the program. So you'll have to elevate with...
that's interesting... I have no idea why that could be happening try `sudo killall ollama` then check with `sudo ss -tunpl | grep 11434` . if it restarts the service...