↳
In-reply-to
»
On LinkedIn I see a lot of posts aimed at software developers along the lines of "If you're not using these AI tools (X,Y,Z) you're going to be left behind."
⤠Read More
@prologic@twtxt.net yeah. Iād add āBig Dataā to that hype list, and Iām sure there are a bunch more that Iām forgetting.
On the topic of a GPU cluster, the optimal design is going to depend a lot on what workloads you intend to run on it. The weakest link in these things is the data transfer rate, but that wonāt matter too much for compute-heavy workloads. If your workloads are going to involve a lot of data, though, youād be better off with a smaller number of high-VRAM cards than with a larger number of interconnected cards. I guess thatās hardware engineering 101 stuff, but stillā¦