Ask HN: Locally enabled vibe coding environment?
Hello, I've been trying to use cursor with locally served Chat GPT or Qwen, but once I get offline it fails. It seems that there once had been a possibility to override API url, but now this is not the case.
Is there any development environment or plugin that you're using for local LLM?
2 comments
[ 2.7 ms ] story [ 15.7 ms ] threadThe result is pretty good in my opinion, probably depends on your development cases.
For running inference... Ollama is the easiest, but generally the slowest. Llama.cpp is a tad more involved, but faster. vLLM is even more involved, but even faster. Sglang can be difficult and sometimes challenging, but tends to be the fastest.