Earlier quoted context omitted.
I think you're forgetting the wires? If you have one outlet with a 15-20A 120V circuit, then the wiring is almost certainly rated for 15-20A. If you just "combined" two 120V circuits into a 240V circuit, you still need an outlet that is rated for 30A, the wires leading to it also need to be rated for 30A, and it definitely needs a neutral. So you still need a new wire run if you don't have two 120V circuits right whe…
Correct me if I’m wrong, but doubling the volts doesn't change the amps, it doubles the watts. Watts = V*A.
Tinybox – A powerful computer for deep learning
201–210 of 372 posts
Re: Tinybox – A powerful computer for deep learning
#202Earlier quoted context omitted.
I’m not very well versed in this domain, but I think it’s not going to be “VRAM” (GDDR) memory, but rather “unified memory”, which is essentially RAM (some flavour of DDR5 I assume). These two types of memory has vastly different bandwidth. I’m pretty curious to see any benchmarks on inference on VRAM vs UM.
A quick benchmark using float32 copies using torch cuda->cuda copies, comparing some random machines: Raptor Lake + 5080: 380.63 GB/s Raptor Lake (CPU for reference): 20.41 GB/s GB10 (DGX Spark): 116.14 GB/s GH200: 1697.39 GB/s This is a "eh, it works" benchmarks, but should give you a feel for the relative performance of the different systems. In practice, this means I can get something like 55 tokens a sec running…
55 t/s is much better than I could expect.
Re: Tinybox – A powerful computer for deep learning
#203There's some irony in the fact that this website reads as extremely NOT AI-generated, very human in the way it's designed and the tone of its writing. Still, this is a great idea, and one I hope takes off. I think there's a good argument that the future of AI is in locally-trained models for everyone, rather than relying on a big company's own model. One thought: The ability to conveniently get this onto a 240v circu…
Re: Tinybox – A powerful computer for deep learning
#204Earlier quoted context omitted.
just want to run a 7-8b model locally This is already solved by running LM Studio on a normal computer.
Ollama or llama.cpp are also common alternatives. But a 8B model isn't going to have much real-world knowledge or be highly reliable for agentic workloads, so it makes sense that people will want more than that.
Re: Tinybox – A powerful computer for deep learning
#205He's an interesting guy. Seems to be one who does things the way he thinks is right, regardless of corporate profits.
Re: Tinybox – A powerful computer for deep learning
#206Re: Tinybox – A powerful computer for deep learning
#207Re: Tinybox – A powerful computer for deep learning
#208Obviously any Turing machine can run any size of model, so the “120B” claim doesn’t mean much - what actually matters is speed and I just don’t believe this can be speedy enough on models that my $5000 5090-based pc is too slow for and lacks enough vram for.
Re: Tinybox – A powerful computer for deep learning
#209I just don’t believe that this can run inference on a 120 billion parameter model at actually useful speeds. Obviously any Turing machine can run any size of model, so the “120B” claim doesn’t mean much - what actually matters is speed and I just don’t believe this can be speedy enough on models that my $5000 5090-based pc is too slow for and lacks enough vram for.
Re: Tinybox – A powerful computer for deep learning
#210Earlier quoted context omitted.
A typical U.S. 240V circuit is actually just two 120V circuits. Fairly trivial to rewire for that.
If you actually use two 120V circuits that way and one breaker flips the other half will send 120V through the load back into the other circuit. So while that circuit's breaker is flipped it is still live . Very bad. Much better to use a 240V breaker that picks up two rails in the panel.