Remix.run Logo
himata4113 2 hours ago

MoE experts were likely trained independently / in a sparse format. Training anything beyond 2t on typical systems would be infuriantingly slow, you could do 4t on nvidias room-scale solution, but for a reasonable training speed / batch size it caps around 3t.

sosodev 2 hours ago | parent [-]

Do you have any resources to share regarding independent expert training? I was under the impression that it's not feasible.

himata4113 2 hours ago | parent [-]

concept is similar to how it works in inference, instead of performing regressive writes to the entire model you run the whole model, but part of the model can live in system memory and get swapped in/out on demand. So only XB parameters are active in training.

edit: I am not really sure if it works like that. I haven't looked too deep into deepseek v4 pro specifically.