logoalt Hacker News

nullctoday at 5:23 PM1 replyview on HN

for layer parallelism (e.g. to get more vram) the bandwidth between layers is essentially nothing (like 16kb per token I think), so I don't think x4 would even be a problem!


Replies

ericdtoday at 6:03 PM

Good point. It's much more of an issue when running dense models with tensor parallelism. In that case, I'd look for an MoE model instead.