ollama - Reddit r ollama How good is Ollama on Windows? I have a 4070Ti 16GB card, Ryzen 5 5600X, 32GB RAM I want to run Stable Diffusion (already installed and working), Ollama with some 7B models, maybe a little heavier if possible, and Open WebUI I don't want to have to rely on WSL because it's difficult to expose that to the rest of my network I've been searching for guides, but they all seem to either
Ollama not using GPUs : r ollama - Reddit Don't know Debian, but in arch, there are two packages, "ollama" which only runs cpu, and "ollama-cuda" Maybe the package you're using doesn't have cuda enabled, even if you have cuda installed Check if there's a ollama-cuda package If not, you might have to compile it with the cuda flags I couldn't help you with that
Local Ollama Text to Speech? : r robotics - Reddit Yes, I was able to run it on a RPi Ollama works great Mistral, and some of the smaller models work Llava takes a bit of time, but works For text to speech, you’ll have to run an API from eleveabs for example I haven’t found a fast text to speech, speech to text that’s fully open source yet If you find one, please keep us in the loop
Ollama GPU Support : r ollama - Reddit I've just installed Ollama in my system and chatted with it a little Unfortunately, the response time is very slow even for lightweight models like…
Critical RCE Vulnerability Discovered in Ollama AI . . . - Reddit And now, against the background of the now known ollama's docker container security vulnerability, you can imagine what it means when this container generously presents its private SSH keys to the world, which are only used to download models from the (closed source) Ollama platform in a supposedly convenient way
Request for Stop command for Ollama Server : r ollama - Reddit Ok so ollama doesn't Have a stop or exit command We have to manually kill the process And this is not very useful especially because the server respawns immediately So there should be a stop command as well Edit: yes I know and use these commands But these are all system commands which vary from OS to OS I am talking about a single command
How to Uninstall models? : r ollama - Reddit That's really the worst To get rid of the model I needed on install Ollama again and then run "ollama rm llama2" It should be transparent where it installs - so I can remove it later Meh
Ollama is making entry into the LLM world so simple that even . . . - Reddit I took time to write this post to thank ollama ai for making entry into the world of LLMs this simple for non techies like me Edit: A lot of kind users have pointed out that it is unsafe to execute the bash file to install Ollama So, I recommend using the manual method to install it on your Linux machine
How safe are models from ollama? : r ollama - Reddit Models in Ollama do not contain any "code" These are just mathematical weights Like any software, Ollama will have vulnerabilities that a bad actor can exploit So, deploy Ollama in a safe manner E g : Deploy in isolated VM Hardware Deploy via docker compose , limit access to local network Keep OS Docker Ollama updated