Join Nostr
2026-09-12 15:46:25 UTC
in reply to

ChipTuner on Nostr: I can't disagree tbh. I have some experience with the new Radeon pro R9700s, and they ...

I can't disagree tbh. I have some experience with the new Radeon pro R9700s, and they can be had for about the same price with 32gb of vram.

Something that's really important on nvidia systems with both vllm and llama-cpp is pcie bus transfer speeds when using tensor parallelism. Id suggest a host system that libnccl supports. That means if you run multiple cards, that the pcie slots share the same root complex. That means a "good" cpu and motherboard. Many modern consumer processors simply don't have enough pcie lanes and have to multiplex lanes and lbnccl can't build a usable transport (or it's limited) becoming your bottleneck. Nvidia also has a bunch of strange kernel apis like peermem and uvm and they all apply to different host systems.

Finding that out myself with dual processor systems. My numbers are still amazing for only having ~1gb/s link between cards with no nccl support.