Given that it's a 400B-parameter model, but it's a sparse MoE model with 13B active parameters per token, would it run well on an NVIDIA DGX Spark with 128 GB of unified RAM, or do you practically need to hold the full model in RAM even with sparse MoE?
Trinity large: An open 400B sparse MoE model
11–20 of 83 posts
Re: Trinity large: An open 400B sparse MoE model
#12Re: Trinity large: An open 400B sparse MoE model
#13Re: Trinity large: An open 400B sparse MoE model
#14Also, why are they comparing with Llama 4 Maverick? Wasn’t it a flop?
Re: Trinity large: An open 400B sparse MoE model
#15Re: Trinity large: An open 400B sparse MoE model
#16Given that it's a 400B-parameter model, but it's a sparse MoE model with 13B active parameters per token, would it run well on an NVIDIA DGX Spark with 128 GB of unified RAM, or do you practically need to hold the full model in RAM even with sparse MoE?
Can run with mmap() but it is slower. 4-bit quantized there is a decent ratio between the model size and the RAM, with a fast SSD one could try to see how it works. However when a model is 4-bit quantized there is often the doubt that it is not better than an 8-bit quantized model of 200B parameters, it depends on the model, on the use case, ... Unfortunately the street for local inference of SOTA model is being stop…
https://frame.work/products/desktop-diy-amd-aimax300/configu...
Re: Trinity large: An open 400B sparse MoE model
#17Re: Trinity large: An open 400B sparse MoE model
#18What did they do to make the loss drop so much in phase 3? Also, why are they comparing with Llama 4 Maverick? Wasn’t it a flop?
Re: Trinity large: An open 400B sparse MoE model
#19Earlier quoted context omitted.
Can run with mmap() but it is slower. 4-bit quantized there is a decent ratio between the model size and the RAM, with a fast SSD one could try to see how it works. However when a model is 4-bit quantized there is often the doubt that it is not better than an 8-bit quantized model of 200B parameters, it depends on the model, on the use case, ... Unfortunately the street for local inference of SOTA model is being stop…
Talking about RAM prices, you can still get a framework Max+ 395 with 128GB RAM for ~$2,459 USD. They have not increased the price for it yet. https://frame.work/products/desktop-diy-amd-aimax300/configu...
Re: Trinity large: An open 400B sparse MoE model
#20They trained it in 33 days for ~20m (that includes apparently not only the infrastructure but also the salaries over a 6 month period). And the model is coming close to QWEN and Deepseek. Pretty impressive
The price/scaling of training another same class model always seems to be dropping through the floor but training models which score much better seems to be hitting a brick wall. E.g. gemini-3-pro tops the lmarena text chart today at 1488 vs 1346 for gpt-4o-2024-05-13. That's a win rate of 70% (where 50% is equal chance of winning) over 1.5 years. Meanwhile, even the open weights stuff OpenAI gave away last summer sc…
Why do you care about LM Arena? It has so many problems, and the fact that no one would suggest using GPT-4o for doing math or coding right now, or much of anything, should tell you that a 'win rate of 70%' does not mean whatever it looks like it means. (Does GPT-4o solve roughly as many Erdos questions as gemini-3-pro...? Can you write roughly as good poetry?)