DEV Community

Discussion on: How to run DeepSeek Locally in Your Terminal Like a Pro

Collapse
 
jagoum profile image
Jagoum

How do i stop ollama from running

Collapse
 
aadarsh-nagrath profile image
Aadarsh Nagrath

to remove - ollama rm deepseek-r1:1.5b
Kill the Ollama Process -> taskkill /F /IM ollama.exe (windows)
pkill -f ollama (linux/macOs)