Ive been running local LLMs for ages but DeepSeek is driving me crazy lately. Ollama worked fine for small stuff but it keeps choking on these weights. Im trying to get it stable for a local dev project on my RTX 4090 rig before Monday. Should I just commit to vLLM or is there a lighter way?
Ollama struggles with DeepSeek weights unfortunately. Honestly, for your NVIDIA GeForce RTX 4090 24GB GDDR6X, just run LM Studio Version 0.3.11 or use vLLM v0.6.3 to keep things stable.
Regarding what #2 said about Tbh vLLM is great but might be overkill, I honestly think you are selling the 4090 short by trying to find the lightest path. If you need stability for a dev project by Monday, you want something that handles quantization and context windows without constant crashes. I have been using ExLlamaV2 0.2.1 with a custom backend and it handles the DeepSeek weights way better than the generic runners.
Tbh vLLM is great but might be overkill if you just need a quick fix before Monday. I personally prefer Mozilla Llamafile 0.8.12 for its sheer simplicity when things just need to run.