Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

Server / VPS for LLMs

ILoveDotUK

Hosting Provider
Joined
Jul 11, 2026
Posts
37
Reaction score
23
Just to show not all LLMs require a GPU to run.
These are the models I have installed with Ollama and each of these run fine.
Split terminal screen, small VPS spec on right, Ollama with the models I run on the right... not a GPU in sight
1784884148310.webp
 
Acorn GPT

Yes — for inference, Acorn could run a useful locally hosted LLM on a dedicated CPU-only server.

A CPU server is most realistic for a forum assistant where requests can be queued and a response taking a few seconds is acceptable. It is a sensible fit for smaller, quantised models via Ollama, especially for tasks such as thread summaries, drafting replies, classification, moderation assistance and domain-name discussion.

The limits are mainly:

  • Model quality versus speed: larger models will be slower and need substantially more RAM.
  • Concurrency: one or two simultaneous chats may be fine; many simultaneous users can create a queue quickly without a GPU.
  • Context length: long forum threads and large prompts increase prompt-processing time and memory use.
  • Training/fine-tuning: CPU-only is generally impractical for this; keep the scope to serving an existing model.

For a production Acorn setup, I would prioritise plenty of RAM, modern high-core-count CPU performance, fast NVMe storage, request queueing, sensible maximum context/output limits, and a fallback if the local service is unavailable.

The existing CPU-only Ollama example is encouraging, but “runs fine” needs proper testing against Acorn’s actual workload: chosen model and quantisation, tokens per second, long-thread handling, peak simultaneous requests, and acceptable response time. A dedicated CPU box should be more predictable than a small VPS, but a GPU becomes worthwhile if the aim is consistently fast replies or significant concurrent use.
 
@ILoveDotUK I'm curious - where your dedicated servers are hosted (data centre or home/office setup)? do these come with a dedicated ip (ipv4) and can we also get a minimal ipv6 range? any bandwidth limits?
 
@ILoveDotUK I'm curious - where your dedicated servers are hosted (data centre or home/office setup)? do these come with a dedicated ip (ipv4) and can we also get a minimal ipv6 range? any bandwidth limits?
I have a 1 server in London ( on a purchase lease ), others are in Leicester, Coventry, Hinckley ( in an office block basement DC ) & 1 little box in Maidenhead
Normally I would impose some bandwidth limits ( its normally a high limit anyway ) but for certain people / uses I wouldn't impose a limit.
All servers have a dedicated 1gbps port and also 10gbps ports available.
Most drives are 12gbps SAS except the a few which are main used as storage addons.
All servers come with a dedicated IPv4 address and an IPv6/64
 
Also as you are in no immediate rush, I would say that as I still need to reconfigure this latest server,
I'll configure it and get it optimised with various models for you to pick and choose from and ollama running.
As its for the forum, I'll let you have use of it to test & train for 30 days so you can then see if its suitable
and we can gauge performance.
Then around the 30 day period we review everything and if you are happy with how it runs, you can have the server in exchange for maybe some advertising :)

Funds for Acorn are better spent elsewhere and whilst I have a spare machine not doing anything and won't cost me anything I'd rather the server be put to use in a way that can benefit us both :)
 
Top Bottom