6 ms·
I've been thinking about buying a system to run LLMs locally but the price for one that'll run Qwen3.8-27B well is quite offputting to say the least. What I've
by Youden 21d ago
I've been thinking about buying a system to run LLMs locally but the price for one that'll run Qwen3.8-27B well is quite offputting to say the least.
What I've been looking at instead is inference providers that use TEE and E2EE to provide cryptographic guarantees that my prompts and responses are only visible to me and the GPU itself.
Despite their docs and assurances of what their guarantees mean, I'm having trouble getting to a point where I'm actually comfortable trusting them with secrets though. Phala for example seems to be E2EE only to the gateway and will then forward prompts to (potentially third party) providers.
Has anyone been down this path and found a provider they feel safe with?
- lzy 21d agoWell, yes me. I was on the same path. Researching hardware and coming to the same conclusion. I found tinfoil.sh which looks promising? My current solution is a private ChatGPT-like interface using OpenRouter’s API with Zero Data Retention enabled. Not perfect or verifiable but I think it’s acceptable for now. https://news.ycombinator.com/item?id=43996555 https://news.ycombinator.com/item?id=43996555 https://openrouter.ai/docs/guides/features/zdr https://openrouter.ai/docs/guides/features/zdr
- deleted 20d ago[deleted]
- jan_Sate 20d agoNot suggesting a provider but if you're willing to get a Chinamod GPU, go get RTX 3080 20G or RTX 2080 Ti 22G. Get a couple of them and you can probably run Qwen3.8-27B at a reasonable speed. I've got a RTX 3080 20G for $450 like a year ago. With llama.cpp, bf16 kv cache, kv cache offloaded to RAM, Qwen3.8 27B UD-Q4_K_XL, single RTX 3080 20G, I got 10 tok/s initially and it dropped to 5 tok/s at 50k context. I'm thinking of getting another Chinamod GPU. Building a dual Chinamod GPU machine would only cost like $1000~$1500. It's not too bad compared with the alternatives!
- cyanydeez 20d agoA year ago was prior to the memory cartel. You're probably off by 2x.
- jan_Sate 20d agoI've checked. I can still get a 3080 20G for $525, or 2080 ti 22G for $380. The price has increased but not too bad. Probably the modding had prevented it from gaining too much price increase.
- BoredomIsFun 20d ago> single RTX 3080 20G, I got 10 tok/s initially Add $200, buy a used 3060 and you won't need to offload cache to RAM. Yo'd have like 50-60 t/s with MTP enabled.
- jan_Sate 20d agoaww. I used to have a 3060 and I upgraded to this 3080 20G. Maybe it's time for me to get a 3060 back again. :P
- gstar 20d agoOr, theres the option of a 32gb v100 (about $600USD on taobao etc), where you can get 1200 of prefill at 80 of decode: https://github.com/geoffwatts/ninfer-v100 https://github.com/geoffwatts/ninfer-v100 - that's _really_ cheap inference, and it's not a modified card - you just need to add a blower or water block.
- slim 20d agoI run qwen3.8 on 5060ti 16G RAM. If you can do with Q3 and 64k of context. It works great at 25t/s